BaseInfo Properties |
The BaseInfo type exposes the following members.
Name | Description | |
---|---|---|
AllowClone |
Indicates if the object supports cloning.
| |
AllowPartialUpdate |
If true, the object allows partial updates.
| |
AllowRestore |
Indicates if the object supports deleting to recycle bin.
| |
AllowTouchParent |
Indicates if parent is allowed to be touched, if exists.
| |
AssignedSites |
Collection of the sites to which the object is associated via site bindings (M:N relationships).
| |
Bindings |
Collection of the binding objects for the given object where the current object is a parent of the binding.
| |
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. These are objects which should be included into the parent data (for example class data for BizForms), but aren't direct child of the object.
| |
Children |
Collection of the child objects for the given object.
| |
ClearCacheMethods |
Dictionary with the methods for clearing the internal object cache [columnName] => [clearCacheAction]
| |
CodeNameColumn |
Code name column name of the info record.
| |
ColumnNames |
Column names.
| |
CustomizedColumns |
Gets the list of customized columns in current object
| |
DisplayNameColumn |
Display name column name of the info record.
| |
Generalized |
Generalized interface of this object.
| |
HasChanged |
Returns true if the object changed.
| |
HasData |
Returns true if the object has it's data storage initialized already
| |
Icon |
Object icon
| |
IgnoreExternalColumns |
If true, externally stored columns are ignored and are stored normally in DB.
| |
InstanceGUID |
Returns the object instance GUID
| |
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 this collection is disconnected from the database
| |
IsGlobal |
Returns true if the object is global object. False if the object belongs to specific site only.
| |
IsObjectValid |
Returns true if the object is considered valid.
| |
Item |
Gets or sets the value of the column.
| |
LogEvents |
If true, Events tasks 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 |
Indicates how should be handled the logging of synchronization tasks on the object update.
| |
LogWebFarmTasks |
If true, web farm tasks are logged on the object update.
| |
MetaFiles |
Collection of the metafiles belonging to the object.
| |
Name |
Returns the code name of the object
| |
ObjectCategory |
Object category.
| |
ObjectCodeName |
Object code name.
| |
ObjectDisplayName |
Object display name.
| |
ObjectFullName |
Object full name if exists
| |
ObjectGroupID |
Object community group ID.
| |
ObjectGUID |
Object GUID.
| |
ObjectIcon |
Object icon metafile.
| |
ObjectIconGUID |
Object icon GUID.
| |
ObjectID |
Object ID.
| |
ObjectIsCustom |
Indicates if object is custom.
| |
ObjectIsCustomized |
Indicates if object is customized.
| |
ObjectLastModified |
Last modified time.
| |
ObjectOrder |
Returns the order of the object among the other objects.
| |
ObjectParent |
Object parent.
| |
ObjectParentID |
Object parent ID.
| |
ObjectSettings |
Object settings
| |
ObjectSite |
Returns the object site.
| |
ObjectSiteID |
Object site ID.
| |
ObjectSiteName |
Object site name.
| |
ObjectStatus |
Returns the current status of the object.
| |
ObjectThumbnail |
Object thumbnail metafile.
| |
ObjectThumbnailGUID |
Object thumbnail GUID.
| |
ObjectVersionGUID |
Object version GUID.
| |
OtherBindings |
Collection of the binding objects for the given object where the current object is not a parent of the binding (parent object is on the second side).
| |
Parent |
Object parent
| |
ParentObjectType |
Parent object type.
| |
PrioritizedProperties |
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
| |
Processes |
Collection of the processes belonging to the 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 |
Collection of the scheduled tasks belonging to the object.
| |
Site |
Object site
| |
SupportsVersioning |
Indicates if the object versioning is supported. Default false
| |
Thumbnail |
Object thumbnail
| |
TouchCacheDependencies |
If true, cache dependencies are touched when the object is changed.
| |
TypeInfo |
Object type information.
| |
UpdateTimeStamp |
If true, timestamp of the object is updated when saved.
| |
ValidateCodeName |
If true, the code name is validated upon saving.
| |
VersioningEnabled |
Indicates if the object versioning is enabled by the settings.
|