Click or drag to resize

IGHARemoteEnumDescriptor Interface

Provides info on GHA Enumerations

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public interface IGHARemoteEnumDescriptor

The IGHARemoteEnumDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyEnumerationaValues
Array containing enumeration member values
Public propertyEnumerationNames
Array containing enumeration member names
Public propertyFullName
Fully qualified name of the numeration
Public propertyName
Name of the enumeration
Public propertyNamespace
Namespace containing the enumeration
Top
See Also