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