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

The Constants type exposes the following members.

Constructors

  NameDescription
Public methodConstants

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCategoryName
Gets the category name from the category enumerated type
Public methodStatic memberGetEntityAttributes
Sets the entity and attribute of an item. Note that if the attribute name matches the pattern "DateTime", it will print both date and time. If it just matches with "Date", it will only print date, if it matches with "Time" it will only print time.
Public methodStatic memberGetEntityItems
Get the items from the template
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodStatic memberGetNameString
Gets the name of the item constant
Public methodStatic memberGetSystemTemplateName
The system category uses the template name to identify a particular template.
Public methodStatic memberGetSystemTemplateSMS
Gets the SMS string for the system template. The cariable are represented as {{domain.property:length}} where domain and property are the same as represented in the template but length is the maximum length of the string for this variable. If the variable length exceeds this value, there will be a ... appended to the end.
Public methodStatic memberGetTemplateTypeName
Gets the template type name from the template type enumerated type
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 a String that represents the current Object.
(Inherited from Object.)

See Also