DataDictionaryEnum Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public class DataDictionaryEnum : IEquatable<DataDictionaryEnum>, IComparable<DataDictionaryEnum>
The DataDictionaryEnum type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataDictionaryEnum(Database, DataRow) |
Constructor
|
![]() | DataDictionaryEnum(Int32, String, String) |
Constructor
|
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.) |
Name | Description | |
---|---|---|
![]() | Caption |
Get Caption
|
![]() | Description |
Get Description
|
![]() | EnumName |
Get EnumName
|
![]() | EnumValue |
Get EnumValue
|
![]() | Link |
Get Link
|