GeneralizedInfoWrapper Properties |
The BaseInfoGeneralizedInfoWrapper type exposes the following members.
Name | Description | |
---|---|---|
AllowClone |
Indicates if the object supports cloning.
| |
AllowRestore |
Indicates if the object supports deleting to recycle bin.
| |
AllowTouchParent |
Indicates if parent is allowed to be touched, if exists.
| |
Bindings |
The collection of the binding objects for the given object.
| |
CacheParentData |
If true, the parent object data is cached within object.
| |
CheckUnique |
If true, the code name is checked for uniqueness upon saving.
| |
ChildDependencies |
Collection of the child dependencies for the given object.
| |
Children |
The collection of the child objects for the given object.
| |
CodeNameColumn |
Code name column name of the info record.
| |
ColumnNames |
Column names.
| |
CustomizedColumns |
Gets the list of customized columns in current object
| |
DisplayNameColumn |
Code name column name of the info record.
| |
HasChanged |
Returns true if the object has changed.
| |
HasData |
Returns true if the object has it's data storage initialized already
| |
IgnoreExternalColumns |
If true, externally stored columns are ignored and are stored normally in DB.
| |
IsCachedObject |
If true, the object is cached within the system for later use
| |
IsCheckedOut |
Indicates if the object is checked out.
| |
IsCheckedOutByUserID |
Gets ID of the user who checked the object out.
| |
IsClone |
Indicates if the object is clone.
| |
IsComplete |
Returns true if the object is complete (has all columns).
| |
IsDisconnected |
Returns true if the object is disconnected from the data source
| |
IsObjectValid |
Returns true if the object is considered valid.
| |
Item |
Gets or sets the value of the column.
| |
LogEvents |
If true, events are logged on the object update.
| |
LogExport |
If true, export tasks are logged on the object update.
| |
LogIntegration |
If true, integration tasks are being logged.
| |
LogSynchronization |
If true, synchronization tasks are logged on the object update.
| |
LogWebFarmTasks |
If true, web farm tasks are logged on the object update.
| |
MainObject |
Main object for this general access object
| |
MetaFiles |
The collection of the metafiles of the given object.
| |
ObjectCategory |
Object category.
| |
ObjectCodeName |
Object code name.
| |
ObjectDisplayName |
Object name.
| |
ObjectFullName |
Object full name if exists
| |
ObjectGroupID |
Object group ID.
| |
ObjectGUID |
Object GUID.
| |
ObjectIcon |
Object icon
| |
ObjectIconGUID |
Object icon GUID.
| |
ObjectID |
Object ID.
| |
ObjectIsCustom |
Indicates if object is custom (created by customer).
| |
ObjectIsCustomized |
Indicates if object is customized.
| |
ObjectLastModified |
Object last modified time.
| |
ObjectOrder |
Returns the order of the object among the other objects.
| |
ObjectParent |
Object parent
| |
ObjectParentID |
Object parent ID.
| |
ObjectSiteID |
Object site ID.
| |
ObjectSiteName |
Object site name.
| |
ObjectThumbnail |
Object thumbnail
| |
ObjectThumbnailGUID |
Object thumbnail GUID.
| |
ObjectVersionGUID |
Object version GUID.
| |
OriginalObjectCodeName |
Returns the original object code name
| |
OtherBindings |
The collection of the other binding objects for the given object.
| |
ParentObjectType |
Parent object type.
| |
PrioritizedProperties |
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
| |
Processes |
The collection of the processes of the given object.
| |
Properties |
Properties of the object available through GetProperty.
| |
ReferringObjects |
Collection of the objects depending on this object (object which have FK to this object).
| |
RelatedData |
Custom data connected to the object.
| |
ScheduledTasks |
The collection of the scheduled tasks of the given object.
| |
SupportsVersioning |
Indicates if the object versioning is supported.
| |
TouchCacheDependencies |
If true, cache dependencies are touched when the object is changed.
| |
TypeInfo |
Type info.
| |
UpdateTimeStamp |
If true, time stamp is updated on object update.
| |
ValidateCodeName |
If true, the code name is validated upon saving.
| |
VersioningEnabled |
Indicates if the object versioning is enabled by the settings.
|