Class Type
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 Type : Component
Constructors
Type(String, Component)
Declaration
public Type(string name, Component parent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| Component | parent |
Properties
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
Clone()
Declaration
public override Component Clone()
Returns
| Type | Description |
|---|---|
| Component |