Show / Hide Table of Contents

Class Field

Inheritance
System.Object
Component
Field
Implements
IVisibleComponent
Inherited Members
Component.children
Component.Parent
Component.Children
Component.ValidChildrenTypes
Component.TryDeleteChild(String, String)
Component.FindChild(String, String)
Component.GetTypeFilteredChildren<T>()
Component.GetUniqueChild<T>()
Component.CloneChildrenInto(Component)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DiagramModel.Components
Assembly: cs.temp.dll.dll
Syntax
public class Field : Component, IVisibleComponent

Constructors

Field(String, Component)

Declaration
public Field(string name, Component parent)
Parameters
Type Name Description
System.String name
Component parent

Properties

Name

Declaration
public override string Name { get; set; }
Property Value
Type Description
System.String
Overrides
Component.Name

TypeName

Declaration
public static string TypeName { get; }
Property Value
Type Description
System.String

UniqueTypeName

Declaration
public override string UniqueTypeName { get; }
Property Value
Type Description
System.String
Overrides
Component.UniqueTypeName

Methods

AddChild(Component)

Declaration
public override void AddChild(Component child)
Parameters
Type Name Description
Component child
Overrides
Component.AddChild(Component)

Clone()

Declaration
public override Component Clone()
Returns
Type Description
Component
Overrides
Component.Clone()

GetFieldType()

If field type is not defined return default field type.

Declaration
public FieldType GetFieldType()
Returns
Type Description
FieldType

Defined value of field type or null.

GetVisibility()

If visibility is not defined return default visibility.

Declaration
public Visibility GetVisibility()
Returns
Type Description
Visibility

Defined value of visibility or default.

Implements

IVisibleComponent
In This Article
Back to top Generated by DocFX