[This is preliminary documentation and is subject to change.]
The MetaConstants type exposes the following methods.
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.) | |
| GetApplicationTypeFromMetaEntity |
Gets the application type from the meta entity
| |
| GetAttributeName |
Gets the name of the attribute from the metabase datatable
| |
| GetAttributeType |
Gets the type of the attribute from the metabase datatable
| |
| GetBasicType |
Get the basic type given the meta type
| |
| GetBasicTypeName |
Gets the meta basic type name from the meta basic type id
| |
| GetConditionString |
Gets the conditions string from the filter
| |
| GetEditUrl |
Gets the edit url
| |
| GetEntityFromObjectType |
Returns the mapping of meta entity from the object type
| |
| 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.) | |
| GetHistoryNotes |
Gets the notes to be shown on the history
| |
| GetListUrl |
Gets the url for the list
| |
| GetMetaCsvPath |
Gets the meta csv path. This is the path where the csv file will
be stored
| |
| GetMetaEntityName |
Gets the entity name from the entity enumeration type
| |
| GetMetaTypeName |
Translates the meta type name from the meta type enumerated type
| |
| GetObjectTypeFromEntity |
Returns the mapping of object type from the meta entity
| |
| GetOcCsvPropertyList |
Gets the OfficeClip project property list
| |
| GetReadUrl |
Gets the url for the read
| |
| GetReportTypeSize |
Gets the report type size. This is used for rendering the report
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsMetaEditable |
Shows whether the entity is editable by any user. This parameter itself does not give the full access,
the security object should provide permission to do this.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MetaHistoryStateString |
Gets the meta history state search string from the meta history search type
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
