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

The MetaConstants type exposes the following methods.

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 memberGetApplicationTypeFromMetaEntity
Gets the application type from the meta entity
Public methodStatic memberGetAttributeName
Gets the name of the attribute from the metabase datatable
Public methodStatic memberGetAttributeType
Gets the type of the attribute from the metabase datatable
Public methodStatic memberGetBasicType
Get the basic type given the meta type
Public methodStatic memberGetBasicTypeName
Gets the meta basic type name from the meta basic type id
Public methodStatic memberGetConditionString
Gets the conditions string from the filter
Public methodStatic memberGetEditUrl
Gets the edit url
Public methodStatic memberGetEntityFromObjectType
Returns the mapping of meta entity from the object type
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 memberGetHistoryNotes
Gets the notes to be shown on the history
Public methodStatic memberGetListUrl
Gets the url for the list
Public methodStatic memberGetMetaCsvPath
Gets the meta csv path. This is the path where the csv file will be stored
Public methodStatic memberGetMetaEntityName
Gets the entity name from the entity enumeration type
Public methodStatic memberGetMetaTypeName
Translates the meta type name from the meta type enumerated type
Public methodStatic memberGetObjectTypeFromEntity
Returns the mapping of object type from the meta entity
Public methodStatic memberGetOcCsvPropertyList
Gets the OfficeClip project property list
Public methodStatic memberGetReadUrl
Gets the url for the read
Public methodStatic memberGetReportTypeSize
Gets the report type size. This is used for rendering the report
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsMetaEditable
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMetaHistoryStateString
Gets the meta history state search string from the meta history search type
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also