Click or drag to resize
TreeNodeTypeInfo Class
Type info for the tree node
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerObjectTypeInfo
    CMS.BaseAbstractDataContainerObjectTypeInfo
      CMS.BaseAbstractHierarchicalObjectObjectTypeInfo
        CMS.DataEngineObjectTypeInfo
          CMS.DataEngineDynamicObjectTypeInfo
            CMS.DocumentEngineTreeNodeTypeInfo

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public class TreeNodeTypeInfo : DynamicObjectTypeInfo

The TreeNodeTypeInfo type exposes the following members.

Constructors
  NameDescription
Public methodTreeNodeTypeInfo
Constructor.
Top
Methods
  NameDescription
Public methodAddDependencies
Adds object dependencies to the existing ones.
(Inherited from ObjectTypeInfo.)
Public methodAddNewInstance Obsolete.
Registers a new object instance
(Inherited from ObjectTypeInfo.)
Public methodApplyTypeCondition
Applies condition defined in TypeCondition property to the given info. Returns info without changes if TypeCondition is null.
(Inherited from ObjectTypeInfo.)
Public methodAreChildrenInvalid
Returns true if the direct child objects are invalid.
(Inherited from ObjectTypeInfo.)
Public methodClone
Returns clone of type info where all the properties are copied.
(Inherited from ObjectTypeInfo.)
Public methodCombineWith
Combines current instance with other properties (modifies current instace!). List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Protected methodCopyEventsTo
Copies the event's hooks from current ObjectTypeInfo to specified one.
(Inherited from ObjectTypeInfo.)
Public methodGetBindingColumns
Gets the list of columns representing binding
(Inherited from ObjectTypeInfo.)
Public methodGetBindingWhereCondition
Gets the where condition to limit the objects to specific binding dependencies. Use this method for 3 and more-keys bindings.
(Inherited from ObjectTypeInfo.)
Public methodGetDependencyForColumn
Gets the dependency settings for the given column or null if the settings is not found or unknown.
(Inherited from ObjectTypeInfo.)
Public methodGetDependencyWhereCondition(String, String, Object) Obsolete.
Gets the where condition to limit the objects to specific dependencies.
(Inherited from ObjectTypeInfo.)
Public methodGetDependencyWhereCondition(String, String, TupleString, NullableInt32)
Gets the where condition to limit the objects to specific dependencies.
(Inherited from ObjectTypeInfo.)
Public methodGetInstances Obsolete.
Gets the list of instances of the objects.
(Inherited from ObjectTypeInfo.)
Public methodGetNiceObjectTypeName
Gets the nice object type name for this type
(Overrides ObjectTypeInfoGetNiceObjectTypeName.)
Public methodGetObjectPathWhereCondition
Gets the where condition to limit the objects to specific path.
(Inherited from ObjectTypeInfo.)
Public methodGetObjectTypeForColumn
Gets the object type for the given column or null if the object type is not found or unknown.
(Inherited from ObjectTypeInfo.)
Public methodGetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodGetSiteWhereCondition
Gets the where condition to limit the objects to specific site.
(Inherited from ObjectTypeInfo.)
Public methodGetTypeColumns
Returns the column names of specified object type, separated by semicolon.
(Inherited from ObjectTypeInfo.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodHasEvents
Returns true if this type info has some events
(Inherited from ObjectTypeInfo.)
Public methodHasSetter
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodCheckTypeCondition
Checks if condition defined in TypeCondition is not violated by the given info.
(Inherited from ObjectTypeInfo.)
Public methodChildrenInvalidated
Invalidates direct child objects of specific parent.
(Inherited from ObjectTypeInfo.)
Public methodIncludeToParentDataSet
Gets value of appropriate include to parent data set property due to operation.
(Inherited from ObjectTypeInfo.)
Public methodInvalidateAllObjects
Invalidates all objects of this type.
(Inherited from ObjectTypeInfo.)
Public methodInvalidateAllObjects(Boolean)
Invalidates all objects of this type.
(Inherited from ObjectTypeInfo.)
Public methodInvalidateColumnNames
Invalidates column names.
(Inherited from ObjectTypeInfo.)
Public methodInvalidateColumnNames(Boolean)
Invalidates column names.
(Inherited from ObjectTypeInfo.)
Public methodIsDynamicDependency Obsolete.
Indicates if dependency object type id dynamic
(Inherited from ObjectTypeInfo.)
Public methodIsForeignKey
Indicates if given column is foreign key.
(Inherited from ObjectTypeInfo.)
Public methodIsObjectInvalid
Returns true if the object is invalid.
(Inherited from ObjectTypeInfo.)
Public methodObjectInvalidated
Invalidates specific object.
(Inherited from ObjectTypeInfo.)
Public methodRaiseOnLoadRelatedData
Raises the on load related data event.
(Inherited from ObjectTypeInfo.)
Public methodRaiseOnLogObjectChange
Raises the OnLogObjectChange event.
(Inherited from ObjectTypeInfo.)
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterProperties
Registers the properties of this object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterProperty(String, FuncTObject, Object)
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterProperty(String, Object, FuncTObject, Object, Object)
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodRemoveInstance Obsolete.
Removes a new object instance from the list
(Inherited from ObjectTypeInfo.)
Public methodSetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodToJSON
Returns JSON representation of TypeInfo instance.
(Inherited from ObjectTypeInfo.)
Public methodToXML
Returns XML representation of TypeInfo instance.
(Inherited from ObjectTypeInfo.)
Public methodTryGetProperty(String, Object)
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyAllowDataExport
Specifies whether the object supports data export. By default the value is true for all objects except binding objects.
(Inherited from ObjectTypeInfo.)
Public propertyAllowPostProcessing
Indicates if object allows post-processing during the import and staging process.
(Inherited from ObjectTypeInfo.)
Public propertyAllowRestore
Indicates if the object supports deleting to recycle bin. By default the value is true for all objects except binding objects.
(Inherited from ObjectTypeInfo.)
Public propertyAllowTouchParent
Indicates if parent is allowed to be touched, if exists. Default is true.
(Inherited from ObjectTypeInfo.)
Public propertyAssemblyNameColumn
Name of the column with assembly name.
(Inherited from ObjectTypeInfo.)
Public propertyBinaryColumn
Binary column name of the info record.
(Inherited from ObjectTypeInfo.)
Public propertyBindingObjectTypes
Binding object types, list of object types separated by semicolon.
(Inherited from ObjectTypeInfo.)
Public propertyCategoryIDColumn
Category ID column name.
(Inherited from ObjectTypeInfo.)
Public propertyCategoryObject
Empty read-only instance of the category object (if this type has a category object) For example settings key will have a SettingsCategoryInfo object here.
(Inherited from ObjectTypeInfo.)
Public propertyClassStructureInfo
Class structure information. If not set explicitly, it is retrieved automatically by class name.
(Inherited from ObjectTypeInfo.)
Public propertyCodeColumn
Name of the column that contains code of the object (markup).
(Inherited from ObjectTypeInfo.)
Public propertyCodeNameColumn
Code name column name of the info record.
(Inherited from ObjectTypeInfo.)
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyColumnsInvalidated
Indicates whether column names are invalidated. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyConsistsOf
Defines the list of object TypeInfos that are part of this wrapper object. If the object is not a wrapper, this property is not initialized.
(Inherited from ObjectTypeInfo.)
Public propertyContainsMacros
Indicates if the object may contain some macros in it's values. Default is true.
(Inherited from ObjectTypeInfo.)
Public propertyCSSColumn
Name of the column that contains CSS of the object.
(Inherited from ObjectTypeInfo.)
Public propertyCustomizedColumnsColumn
Column name which contains customized columns.
(Inherited from ObjectTypeInfo.)
Public propertyDefaultData
Default data exported within installation.
(Inherited from ObjectTypeInfo.)
Public propertyDefaultOrderBy
Default order by clause for getting data.
(Inherited from ObjectTypeInfo.)
Public propertyDeleteAsDependency
Indicates if object should be deleted when removing dependencies of other object.
(Inherited from ObjectTypeInfo.)
Public propertyDeleteObjectWithAPI
If true, the object is always deleted using API methods in the remove dependencies phase, not the generated queries. Use for objects where additional actions are performed during deletion. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyDependsOn
List of objects this object depends on (foreign keys definition of the object with the exception of SiteID column and ParentID columns to the objects which are directly visible via reference, for the foreign keys of objects of other modules not visible by this module, use Extends property in those object to define the foreign key in this object).
(Inherited from ObjectTypeInfo.)
Public propertyDisplayNameColumn
Display name column name of the info record.
(Inherited from ObjectTypeInfo.)
Public propertyEnabledColumn
Name of the column which determines whether the object is enabled or disabled within the system.
(Inherited from ObjectTypeInfo.)
Public propertyEvents
Events handled by object of this type
(Inherited from ObjectTypeInfo.)
Public propertyExtends
List of columns which which this object extends other objects as a foreign key.
(Inherited from ObjectTypeInfo.)
Public propertyExtensionColumn
File extension column (for objects with binary column - column which specifies extension type of binary data).
(Inherited from ObjectTypeInfo.)
Public propertyFeature
Get/sets info's feature for license check
(Inherited from ObjectTypeInfo.)
Public propertyFormDefinitionColumn
Form definition column name
(Inherited from ObjectTypeInfo.)
Public propertyGroupIDColumn
Community group ID column name of the info record, returns specific column if the object can be also group object.
(Inherited from ObjectTypeInfo.)
Public propertyGUIDColumn
GUID column.
(Inherited from ObjectTypeInfo.)
Public propertyHasAutomaticProperties
If true, the object of this type has got some automatic properties
(Inherited from ObjectTypeInfo.)
Public propertyHasExternalColumns
If true, the object has externally stored columns. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyHasMetaFiles
If true, the objects can have meta files. By default no metafiles to simplify general processes
(Inherited from ObjectTypeInfo.)
Public propertyHasObjectRelationships
If true, the objects can have relationships to other objects. By default no relationships to simplify general processes.
(Inherited from ObjectTypeInfo.)
Public propertyHasObjectSettings
Indicates if the object can have object settings. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyHasProcesses
If true, the processes can be run on the objects. By default no processes to simplify general processes.
(Inherited from ObjectTypeInfo.)
Public propertyHasScheduledTasks
If true, the scheduled tasks can be run on the objects. By default no scheduled tasks to simplify general processes.
(Inherited from ObjectTypeInfo.)
Public propertyCheckDependenciesOnDelete
If true, the CheckDependencies procedure is first called within the remove dependencies procedure and if there are some, the remove dependencies procedure throws and exception and does not continue.
(Inherited from ObjectTypeInfo.)
Public propertyCheckPermissions
Determines whether the permissions should be checked when the object is accessed within the macro engine as an inner object. Default is true.
(Inherited from ObjectTypeInfo.)
Public propertyChildDependencyColumns
Name of the columns (separated by semicolon) of object dependencies which should be included into the parent data (for example class data for BizForms).
(Inherited from ObjectTypeInfo.)
Public propertyChildObjectTypes
Child object types, list of object types separated by semicolon.
(Inherited from ObjectTypeInfo.)
Public propertyIconGUIDColumn
Name of the column that contains the GUID of the object icon meta file.
(Inherited from ObjectTypeInfo.)
Public propertyIconMetaFileGroup
Name of the meta file group of the icon meta file.
(Inherited from ObjectTypeInfo.)
Public propertyIDColumn
ID column.
(Inherited from ObjectTypeInfo.)
Public propertyImportExportSettings
Import/export settings.
(Inherited from ObjectTypeInfo.)
Public propertyIncludeToSynchronizationParentDataSet
If false, the object is not included in the parent DataSet (for synchronization).
(Inherited from ObjectTypeInfo.)
Public propertyIncludeToVersionParentDataSet
Indicates if the objects should be included in version data set of it's parent
(Inherited from ObjectTypeInfo.)
Public propertyInfoType
Info class type
(Inherited from ObjectTypeInfo.)
Public propertyInherited
Indicates if the type info is inherited (list info for example).
(Inherited from ObjectTypeInfo.)
Public propertyInstanceCount
Gets the number of registered isntances.
(Inherited from ObjectTypeInfo.)
Public propertyIsBinding
Returns true if the object is binding. Set forces the object to behave as binding.
(Inherited from ObjectTypeInfo.)
Public propertyIsCategory
Returns true if object is category type. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyIsCustomColumn
Column name of the info record for flag IsCustom.
(Inherited from ObjectTypeInfo.)
Public propertyIsDataObjectType
Indicates if the object is dynamic based on data in the DB (e.g. custom table item or biz form item objecttypes).
(Inherited from ObjectTypeInfo.)
Public propertyIsMainObject
Indicates if the object is main (= is not child of other objects).
(Inherited from ObjectTypeInfo.)
Public propertyIsMultipleBinding
Indicates if the object is binding between more than two objects.
(Inherited from ObjectTypeInfo.)
Public propertyIsSelfBinding
Returns true if the binding is binding to the same object as parent.
(Inherited from ObjectTypeInfo.)
Public propertyIsSiteBinding
Returns true if the object is site binding.
(Inherited from ObjectTypeInfo.)
Public propertyIsSiteObject
Returns true if the object is site
(Inherited from ObjectTypeInfo.)
Public propertyIsTriggerTarget
If true, the object can be targeted by triggers. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyIsValid
Indicates if dynamic type info is valid and shouldn't be updated based on current state of definition
(Inherited from DynamicObjectTypeInfo.)
Public propertyIsVirtualObject
Indicates if object is stored in DB or only in memory. If true, object is stored in memory and cannot be queried by SQL. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyIsWrapper
Returns true if object is wrapper. Object consists of several partial objects.
(Inherited from ObjectTypeInfo.)
Public propertyItem
Gets the value of particular property
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyLastObjectInvalidated
Last time of the object invalidation.
(Inherited from ObjectTypeInfo.)
Public propertyLogEvents
If true, Events tasks are logged on the object update. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyLogIntegration
If true, integration tasks are being logged. Default is true.
(Inherited from ObjectTypeInfo.)
Public propertyLogSynchronization
If true, synchronization tasks are logged on the object update.
(Inherited from ObjectTypeInfo.)
Public propertyMaxCodeNameLength
Maximum length of the object code name.
(Inherited from ObjectTypeInfo.)
Public propertyMimeTypeColumn
Mime type column (for objects with binary column - column which specifies mime type of binary data).
(Inherited from ObjectTypeInfo.)
Public propertyModuleInfo
Returns ModuleInfo object retrieved by ModuleName.
(Inherited from ObjectTypeInfo.)
Public propertyModuleName
Name of the module where the object belongs.
(Inherited from ObjectTypeInfo.)
Public propertyName
Object type name, if not set, ObjectClassName is returned.
(Inherited from ObjectTypeInfo.)
Public propertyNameGloballyUnique
If true, the object code name must be unique both per site, and through global objects. If false, the name is unique per site only. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyNestedInfoTypes
List of nested info object types that contain the data internally
(Inherited from ObjectTypeInfo.)
Public propertyObjectClassName
Object class name.
(Inherited from ObjectTypeInfo.)
Public propertyObjectDependencies
Object dependencies (list of foreign keys definition of the object with the exception of SiteID column and ParentID columns). Automatically computed from Extends and DependsOn lists of all objects within the system.
(Inherited from ObjectTypeInfo.)
Public propertyObjectIDPathColumn
ID path column name of the info record, returns specific column if the object has hierarchical structure.
(Inherited from ObjectTypeInfo.)
Public propertyObjectLevelColumn
Object level column. If the object has hierarchical structure, determines the depth within the tree.
(Inherited from ObjectTypeInfo.)
Public propertyObjectNamePathColumn
Name path column name of the info record, returns specific column if the object has hierarchical structure.
(Inherited from ObjectTypeInfo.)
Public propertyObjectPathColumn
Path column name of the info record, returns specific column if the object has hierarchical structure.
(Inherited from ObjectTypeInfo.)
Public propertyObjectType
Object type.
(Inherited from ObjectTypeInfo.)
Public propertyOrderColumn
Order column name of the info record.
(Inherited from ObjectTypeInfo.)
Public propertyOriginalObjectType
Original object type of virtual object types. For normal object type it's same as object type.
(Inherited from ObjectTypeInfo.)
Public propertyOriginalTypeInfo
Original object type of virtual object types. For normal object type it's same as object type.
(Inherited from ObjectTypeInfo.)
Public propertyOtherBindingObjectTypes
Other binding types (ObjectType constants separated by semicolon) - binding types where this object participate but is not parent object of those binding types.
(Inherited from ObjectTypeInfo.)
Public propertyParentIDColumn
Parent ID column name of the info record, returns specific column if the object is child object (has parent).
(Inherited from ObjectTypeInfo.)
Public propertyParentObjectType
Parent object type.
(Inherited from ObjectTypeInfo.)
Public propertyParentTypeInfo
Parent type information of the info record if the object is child object (has parent).
(Inherited from ObjectTypeInfo.)
Public propertyPossibleParentIDColumn
Possible parent ID column name of the info record in case the parent ID column is optional (if the object can be both global and child).
(Inherited from ObjectTypeInfo.)
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyProviderIsCustomizable
Indicates if provider supports methods customization
(Inherited from ObjectTypeInfo.)
Public propertyProviderObject
Returns the provider object for this type info.
(Inherited from ObjectTypeInfo.)
Public propertyProviderType
Provider type.
(Inherited from ObjectTypeInfo.)
Public propertyReferenceColumnNames
Names of the columns that reference some object.
(Inherited from ObjectTypeInfo.)
Public propertyRegisterAsBindingToObjectTypes
If set (= not null), than the automatic process of registering the object type in the BindingObjectTypes list is bypassed and the registration is forced to the specified types in this list.
(Inherited from ObjectTypeInfo.)
Public propertyRegisterAsChildToObjectTypes
If set (= not null), than the automatic process of registering the object type in the ChildObjectTypes list is bypassed and the registration is forced to the specified types in this list.
(Inherited from ObjectTypeInfo.)
Public propertyRegisterAsOtherBindingToObjectTypes
If set (= not null), than the automatic process of registering the object type in the OtherBindingObjectTypes list is bypassed and the registration is forced to the specified types in this list.
(Inherited from ObjectTypeInfo.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyRelatedTypeInfos
Returns list of related TypeInfos of this TypeInfo (the relationship is made from OriginalTypeInfo property, but reflects the relationship from both sides).
(Inherited from ObjectTypeInfo.)
Public propertyRememberUniGridState
Indicates whether UniGrids working with objects of this type will remember their state, i.e., filter, page number, page size and sorting order.
(Inherited from ObjectTypeInfo.)
Public propertyRequiredObject
If true, the object is required when imported / synchronized. If false, the object can be skipped when some error occurs. Default is true.
(Inherited from ObjectTypeInfo.)
Public propertyResourceIDColumn
Resource ID column name of the info record, returns specific column if the object is dependant on a resource.
(Inherited from ObjectTypeInfo.)
Public propertySearchContentColumn
Column which stores cached content extracted for this Info object to be used in search indexing. Used by the method EnsureSearchContent.
(Inherited from ObjectTypeInfo.)
Public propertySensitiveColumns
List of column names which are sensitive from the privacy point of view (i.e. UserPassword, etc.). Those columns are automatically excluded from macro engine and REST.
(Inherited from ObjectTypeInfo.)
Public propertySiteBinding
Site binding object type (if exists).
(Inherited from ObjectTypeInfo.)
Public propertySiteBindingObject
Site binding object (if exists).
(Inherited from ObjectTypeInfo.)
Public propertySiteIDColumn
Site ID column name of the info record.
(Inherited from ObjectTypeInfo.)
Public propertySizeColumn
File size column (for objects with binary column - column which specifies size of the binary data).
(Inherited from ObjectTypeInfo.)
Public propertySupportsCloneToOtherSite
Indicates if object can be cloned to different site than the site of the original. Default is true.
(Inherited from ObjectTypeInfo.)
Public propertySupportsCloning
Indicates if object can be cloned. Default is true.
(Inherited from ObjectTypeInfo.)
Public propertySupportsGlobalObjects
If true, object can be either site or global (for example poll). Default is false.
(Inherited from ObjectTypeInfo.)
Public propertySupportsInvalidation
If true, the object is automatically invalidated upon it's change. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertySupportsLocking
Indicates is the object supports locking (check-in / check-out). Default is false.
(Inherited from ObjectTypeInfo.)
Public propertySupportsSearch
Indicates if object can be searched. Default is true for main objects.
(Inherited from ObjectTypeInfo.)
Public propertySupportsVersioning
Indicates if the object versioning is supported. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertySynchronizationObjectTreeLocations
Object tree locations for synchronization
(Inherited from ObjectTypeInfo.)
Public propertyThumbnailGUIDColumn
Name of the column that contains the GUID of the object thumbnail meta file.
(Inherited from ObjectTypeInfo.)
Public propertyThumbnailMetaFileGroup
Name of the meta file group of the thumbnail meta file.
(Inherited from ObjectTypeInfo.)
Public propertyTimeStampColumn
Time stamp column.
(Inherited from ObjectTypeInfo.)
Public propertyTouchCacheDependencies
If true, cache dependencies are touched when the object is changed. Default is false.
(Inherited from ObjectTypeInfo.)
Public propertyTypeCondition
Condition which can distinguish between several object types within one Info class. This is used for two purposes - first to generate correct type WHERE condition which is used in GetData (for example) and for correct object initialization when creating empty BaseInfo objects for specified object type. If you need to specify more complex WHERE condition, use property WhereCondition which has higher priority.
(Inherited from ObjectTypeInfo.)
Public propertyUpdateTimeStamp
If true, timestamp of the object is updated when saved.
(Inherited from ObjectTypeInfo.)
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyVersionGUIDColumn
Name of the column that contains the version GUID of the object.
(Inherited from ObjectTypeInfo.)
Public propertyWhereCondition
Default where condition restricting the data of this particular object type.
(Inherited from ObjectTypeInfo.)
Public propertyWrapperObjectType
Wrapper object type - type of the object which is is a wrapper for this object type.
(Inherited from ObjectTypeInfo.)
Top
Events
  NameDescription
Public eventOnLoadRelatedData
Fires when the related data should be loaded to the object.
(Inherited from ObjectTypeInfo.)
Public eventOnLogObjectChange
Fires when the object change should be logged - Handler for particular type info
(Inherited from ObjectTypeInfo.)
Top
See Also