Click or drag to resize
DataDictionaryEnum Class

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

DataDictionaryEnum corresponds to a row in the DataDictionaryEnum table. It holds data for a data dictionary field that has enumerations (HasEnums).
Inheritance Hierarchy
SystemObject
  CSC.SC.TOPICA4.DynamicDataDataDictionaryEnum

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public class DataDictionaryEnum : IEquatable<DataDictionaryEnum>, 
	IComparable<DataDictionaryEnum>

The DataDictionaryEnum type exposes the following members.

Constructors
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
Properties
  NameDescription
Public propertyCaption
Get Caption
Public propertyDescription
Get Description
Public propertyEnumName
Get EnumName
Public propertyEnumValue
Get EnumValue
Public propertyLink
Get Link
Top
See Also