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

The MetaConstants type exposes the following members.

Constructors

  NameDescription
Public methodMetaConstants

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.)

Fields

  NameDescription
Public fieldStatic memberHugeTextColumnSize
Size of the Long Text Column, usually used for long description
Public fieldStatic memberHugeTextRowSize
Size of the Long Text Row, usually used for long description
Public fieldStatic memberLongTextCharacterSize
Maximum number of characters on the Long Text Field
Public fieldStatic memberLongTextColumnSize
Size of the Long Text Column, usually used for long description
Public fieldStatic memberLongTextRowSize
Size of the Long Text Row, usually used for long description
Public fieldStatic memberReportFieldsLimit
Maximum number of fields that a report can have
Public fieldStatic memberShortTextCharacterSize
The number of characters in the short text
Public fieldStatic memberShortTextColumnSize
The number of columns of the short text
Public fieldStatic memberShortTextRowSize
The number of rows for the short text
Public fieldStatic memberTextCharacterSize
The total number of characters in the long text
Public fieldStatic memberTextColumnSize
The column size of the long text. Usually used for smaller description
Public fieldStatic memberTextRowSize
The row size of long text, usually used for smaller description

Properties

  NameDescription
Public propertyStatic memberHugeTextCharacterSize
Maximum number of characters on the Long Text Field

See Also