Class EnumerationProperty
Represents an enumeration property.
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: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 12, 0, 0)]
public class EnumerationProperty : Property
Remarks
This class is available since v7.12.
Constructors
EnumerationProperty(Guid, Int32)
Initializes a new instance of the EnumerationProperty class.
Declaration
public EnumerationProperty(Guid inEnumGuid, int inValue)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | inEnumGuid | GUID of the enumeration class. |
System.Int32 | inValue | Value. |
Fields
EnumGuid
GUID of the enumeration class.
Declaration
public Guid EnumGuid
Field Value
Type | Description |
---|---|
System.Guid |
Value
Value.
Declaration
public int Value
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
Type
Gets the property type.
Declaration
public override PropertyType Type { get; }
Property Value
Type | Description |
---|---|
PropertyType |