Click or drag to resize
GCEnumValueEnumChoice Class
Class representing a single enum choice.
Inheritance Hierarchy
SystemObject
  DXMLBase.GcvGCEnumValueEnumChoice

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class EnumChoice : IComparable

The GCEnumValueEnumChoice type exposes the following members.

Constructors
  NameDescription
Public methodGCEnumValueEnumChoice(String, String)
Initializes a new instance of the GCEnumValueEnumChoice class
Public methodGCEnumValueEnumChoice(String, String, String)
Initializes a new instance of the GCEnumValueEnumChoice class
Top
Methods
  NameDescription
Public methodCompareTo
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodhasBeenModified
Public methodlocalize
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodresetModified
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
See Also