Class DataEnumValue
Represents an enum value, conform to the data model.
Inheritance
System.Object
DataEnumValue
Namespace: Nuqleon.DataModel.TypeSystem
Assembly: Nuqleon.DataModel.CompilerServices.dll
Syntax
public class DataEnumValue : Object
Properties
Name
Gets the enum value name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets the enum underlying value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |