Click or drag to resize
GeneralizedInfoWrapper Properties

The BaseInfoGeneralizedInfoWrapper type exposes the following members.

Properties
  NameDescription
Public propertyAllowClone
Indicates if the object supports cloning.
Public propertyAllowRestore
Indicates if the object supports deleting to recycle bin.
Public propertyAllowTouchParent
Indicates if parent is allowed to be touched, if exists.
Public propertyBindings
The collection of the binding objects for the given object.
Public propertyCacheParentData
If true, the parent object data is cached within object.
Public propertyCodeNameColumn
Code name column name of the info record.
Public propertyColumnNames
Column names.
Public propertyCustomizedColumns
Gets the list of customized columns in current object
Public propertyDisplayNameColumn
Code name column name of the info record.
Public propertyHasData
Returns true if the object has it's data storage initialized already
Public propertyHasChanged
Returns true if the object has changed.
Public propertyCheckUnique
If true, the code name is checked for uniqueness upon saving.
Public propertyChildDependencies
Collection of the child dependencies for the given object.
Public propertyChildren
The collection of the child objects for the given object.
Public propertyIgnoreExternalColumns
If true, externally stored columns are ignored and are stored normally in DB.
Public propertyIsCachedObject
If true, the object is cached within the system for later use
Public propertyIsClone
Indicates if the object is clone.
Public propertyIsComplete
Returns true if the object is complete (has all columns).
Public propertyIsDisconnected
Returns true if the object is disconnected from the data source
Public propertyIsCheckedOut
Indicates if the object is checked out.
Public propertyIsCheckedOutByUserID
Gets ID of the user who checked the object out.
Public propertyIsObjectValid
Returns true if the object is considered valid.
Public propertyItem
Gets or sets the value of the column.
Public propertyLogEvents
If true, events are logged on the object update.
Public propertyLogExport
If true, export tasks are logged on the object update.
Public propertyLogIntegration
If true, integration tasks are being logged.
Public propertyLogSynchronization
If true, synchronization tasks are logged on the object update.
Public propertyLogWebFarmTasks
If true, web farm tasks are logged on the object update.
Public propertyMainObject
Main object for this general access object
Public propertyMetaFiles
The collection of the metafiles of the given object.
Public propertyObjectCategory
Object category.
Public propertyObjectCodeName
Object code name.
Public propertyObjectDisplayName
Object name.
Public propertyObjectFullName
Object full name if exists
Public propertyObjectGroupID
Object group ID.
Public propertyObjectGUID
Object GUID.
Public propertyObjectIcon
Object icon
Public propertyObjectIconGUID
Object icon GUID.
Public propertyObjectID
Object ID.
Public propertyObjectIsCustom
Indicates if object is custom (created by customer).
Public propertyObjectIsCustomized
Indicates if object is customized.
Public propertyObjectLastAccessed
Object last access time (uses internally by providers).
Public propertyObjectLastModified
Object last modified time.
Public propertyObjectOrder
Returns the order of the object among the other objects.
Public propertyObjectParent
Object parent
Public propertyObjectParentID
Object parent ID.
Public propertyObjectSiteID
Object site ID.
Public propertyObjectSiteName
Object site name.
Public propertyObjectThumbnail
Object thumbnail
Public propertyObjectThumbnailGUID
Object thumbnail GUID.
Public propertyObjectVersionGUID
Object version GUID.
Public propertyOriginalObjectCodeName
Returns the original object code name
Public propertyOtherBindings
The collection of the other binding objects for the given object.
Public propertyParentObjectType
Parent object type.
Public propertyPrioritizedProperties
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
Public propertyProcesses
The collection of the processes of the given object.
Public propertyProperties
Properties of the object available through GetProperty.
Public propertyReferringObjects
Collection of the objects depending on this object (object which have FK to this object).
Public propertyRelatedData
Custom data connected to the object.
Public propertyRelatedObjects
The collection of the relationships of the given object.
Public propertyScheduledTasks
The collection of the scheduled tasks of the given object.
Public propertySupportsVersioning
Indicates if the object versioning is supported.
Public propertyTouchCacheDependencies
If true, cache dependencies are touched when the object is changed.
Public propertyTypeInfo
Type info.
Public propertyUpdateTimeStamp
If true, time stamp is updated on object update.
Public propertyValidateCodeName
If true, the code name is validated upon saving.
Public propertyVersioningEnabled
Indicates if the object versioning is enabled by the settings.
Top
See Also