Class EnumeratorDiscriminatorAttribute
Attribute provides information about the member being treated as enum.
Inherited Members
Namespace: AXSharp.Connector
Assembly: AXSharp.Connector.dll
Syntax
public class EnumeratorDiscriminatorAttribute : Attribute
Constructors
| Edit this page View SourceEnumeratorDiscriminatorAttribute(Type)
Creates new instance of EnumeratorDiscriminatorAttribute
Declaration
public EnumeratorDiscriminatorAttribute(Type enumeratorType)
Parameters
Type | Name | Description |
---|---|---|
Type | enumeratorType | Enumerator type |
Properties
| Edit this page View SourceEnumeratorType
Get the enumerator type.
Declaration
public Type EnumeratorType { get; }
Property Value
Type | Description |
---|---|
Type |