Click or drag to resize
DataDictionaryEnum Methods

[This is preliminary documentation and is subject to change.]

The DataDictionaryEnum type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Comparing DataDictionaryEnum by EnumValue
Public methodDBInsert
Inserts enum into database
Public methodDBRead
Reads enum from database
Public methodDebugPrint
Prints enum as string with no margin
Public methodDebugPrint(String)
Prints enum as string with specified margin
Public methodEquals(Object)
Override default Equals method
(Overrides ObjectEquals(Object).)
Public methodEquals(DataDictionaryEnum)
Implementing type specific Equals method
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
Compute hash code - why is it overriden when it does nothing but calling inherited?
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns enum as string
(Overrides ObjectToString.)
Top
See Also