Class Field
Implements
Inherited Members
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
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
Methods
AddChild(Component)
Declaration
public override void AddChild(Component child)
Parameters
| Type | Name | Description |
|---|---|---|
| Component | child |
Overrides
Clone()
Declaration
public override Component Clone()
Returns
| Type | Description |
|---|---|
| Component |
Overrides
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. |