[This is preliminary documentation and is subject to change.]
The Constants type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Constants |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetCategoryName |
Gets the category name from the category enumerated type
|
![]() ![]() | GetEntityAttributes |
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.
|
![]() ![]() | GetEntityItems |
Get the items from the template
|
![]() | GetHashCode | 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.) |
![]() ![]() | GetNameString |
Gets the name of the item constant
|
![]() ![]() | GetSystemTemplateName |
The system category uses the template name to identify a particular
template.
|
![]() ![]() | GetSystemTemplateSMS |
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.
|
![]() ![]() | GetTemplateTypeName |
Gets the template type name from the template type enumerated type
|
![]() | 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 a String that represents the current Object. (Inherited from Object.) |