Class SmartEnumeration
Represents a smart enumeration value.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public class SmartEnumeration : SmartObject
Remarks
This class is available since v7.8.
Constructors
| Name | Description |
|---|---|
| SmartEnumeration(Guid, int) | Initializes a new instance of the SmartEnumeration class of type Basic. |
| SmartEnumeration(ElementId) | Initializes a new instance of the SmartEnumeration class of type Element. |
| SmartEnumeration(ElementId, ItemLabel) | Initializes a new instance of the SmartEnumeration class of type Item. |
| SmartEnumeration(SmartEnumerationType, Guid, int?, ElementId, ItemLabel) | Initializes a new instance of the SmartEnumeration class. |
Fields
| Name | Description |
|---|---|
| ElementId | Providing element identifier, or empty if none. |
| EnumGuid | Enumeration GUID. |
| ItemLabel | Providing element item label, or empty if none. |
| Type | Type of smart enumeration. |
| Value | Value, or null if unknown. |