| DataDictionaryEnum Methods |
[This is preliminary documentation and is subject to change.]
The DataDictionaryEnum type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo |
Comparing DataDictionaryEnum by EnumValue
| |
| DBInsert |
Inserts enum into database
| |
| DBRead |
Reads enum from database
| |
| DebugPrint |
Prints enum as string with no margin
| |
| DebugPrint(String) |
Prints enum as string with specified margin
| |
| Equals(Object) |
Override default Equals method
(Overrides ObjectEquals(Object).) | |
| Equals(DataDictionaryEnum) |
Implementing type specific Equals method
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Compute hash code - why is it overriden when it does nothing but calling inherited?
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns enum as string
(Overrides ObjectToString.) |