Click or drag to resize
AbstractInfoTInfo Class
Abstract object info class.
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractObject
    CMS.DataEngineBaseInfo
      CMS.DataEngineAbstractInfoBaseTInfo
        CMS.DataEngineAbstractInfoTInfo
          More...

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public abstract class AbstractInfo<TInfo> : AbstractInfoBase<TInfo>
where TInfo : new(), AbstractInfo<TInfo>

Type Parameters

TInfo

The AbstractInfoTInfo type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractInfoTInfo
Constructor.
Protected methodAbstractInfoTInfo(IDataClass)
Constructor - Initializes the object with source data.
Protected methodAbstractInfoTInfo(ObjectTypeInfo)
Constructor - Initializes the type dependent values.
Protected methodAbstractInfoTInfo(SerializationInfo, StreamingContext)
Serialization constructor.
Protected methodAbstractInfoTInfo(ObjectTypeInfo, Boolean)
Constructor - Initializes the type dependent values.
Protected methodAbstractInfoTInfo(ObjectTypeInfo, DataRow)
Constructor - Initializes the type dependent values.
Protected methodAbstractInfoTInfo(SerializationInfo, StreamingContext, ObjectTypeInfo)
Serialization constructor.
Protected methodAbstractInfoTInfo(ObjectTypeInfo, IDataClass, Boolean)
Constructor - Initializes the object with source data.
Top
Fields
  NameDescription
Protected fieldmStatus
Status of the object.
(Inherited from BaseInfo.)
Top
Properties
  NameDescription
Protected propertyAllowClone
Indicates if the object supports cloning.
(Inherited from BaseInfo.)
Public propertyAllowPartialUpdate
If true, the object allows partial updates.
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyAllowRestore
Indicates if the object supports deleting to recycle bin.
(Inherited from BaseInfo.)
Protected propertyAllowTouchParent
Indicates if parent is allowed to be touched, if exists.
(Inherited from BaseInfo.)
Public propertyAssignedSites
Collection of the sites to which the object is associated via site bindings (M:N relationships).
(Inherited from BaseInfo.)
Public propertyBindings
Collection of the binding objects for the given object where the current object is a parent of the binding.
(Inherited from BaseInfo.)
Protected propertyCacheParentData
If true, the parent object data is cached within object.
(Inherited from BaseInfo.)
Protected propertyCheckUnique
If true, the code name is checked for uniqueness upon saving.
(Inherited from BaseInfo.)
Protected propertyChildDependencies
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.
(Inherited from BaseInfo.)
Public propertyChildren
Collection of the child objects for the given object.
(Inherited from BaseInfo.)
Public propertyClassName
Returns the class name of this object
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyClearCacheMethods
Dictionary with the methods for clearing the internal object cache [columnName] => [clearCacheAction]
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyCodeNameChanged
Returns whether the object code name changed or not
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyCodeNameColumn
Code name column name of the info record.
(Inherited from BaseInfo.)
Public propertyColumnNames
Column names.
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyCustomizedColumns
Gets the list of customized columns in current object
(Inherited from BaseInfo.)
Protected propertyDataClass
Data class with the info object data.
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyDeleteFiles
Indicates if all physical files should be deleted when object will be deleted.
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyDisplayNameColumn
Display name column name of the info record.
(Inherited from BaseInfo.)
Public propertyGeneralized
Generalized interface of this object.
(Inherited from AbstractInfoBaseTInfo.)
Public propertyHasChanged
Returns true if the object changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyHasData
Returns true if the object has it's data storage initialized already
(Inherited from AbstractInfoBaseTInfo.)
Public propertyIcon
Object icon
(Inherited from BaseInfo.)
Protected propertyIgnoreExternalColumns
If true, externally stored columns are ignored and are stored normally in DB.
(Inherited from BaseInfo.)
Protected propertyInstanceGUID
Returns the object instance GUID
(Inherited from BaseInfo.)
Protected propertyIsCachedObject
If true, the object is cached within the system for later use
(Inherited from BaseInfo.)
Protected propertyIsCheckedOut
Indicates if the object is checked out.
(Inherited from BaseInfo.)
Protected propertyIsCheckedOutByUserID
Gets ID of the user who checked the object out.
(Inherited from BaseInfo.)
Protected propertyIsClone
Indicates if the object is clone.
(Inherited from BaseInfo.)
Public propertyIsComplete
Returns true if the object is complete (has all columns).
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyIsDisconnected
Returns true if this collection is disconnected from the database
(Inherited from BaseInfo.)
Public propertyIsGlobal
Returns true if the object is global object. False if the object belongs to specific site only.
(Inherited from BaseInfo.)
Protected propertyIsObjectValid
Returns true if the object is considered valid.
(Inherited from BaseInfo.)
Public propertyItem
Gets or sets the value of the column.
(Inherited from BaseInfo.)
Protected propertyLogEvents
If true, Events tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected propertyLogExport
If true, export tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected propertyLogIntegration
If true, integration tasks are being logged.
(Inherited from BaseInfo.)
Protected propertyLogSynchronization
Indicates how should be handled the logging of synchronization tasks on the object update.
(Inherited from BaseInfo.)
Protected propertyLogWebFarmTasks
If true, web farm tasks are logged on the object update.
(Inherited from BaseInfo.)
Public propertyMetaFiles
Collection of the metafiles belonging to the object.
(Inherited from BaseInfo.)
Protected propertyName
Returns the code name of the object
(Inherited from BaseInfo.)
Protected propertyObjectCategory
Object category.
(Inherited from BaseInfo.)
Protected propertyObjectCodeName
Object code name.
(Inherited from BaseInfo.)
Protected propertyObjectDisplayName
Object display name.
(Inherited from BaseInfo.)
Protected propertyObjectFullName
Object full name if exists
(Inherited from BaseInfo.)
Protected propertyObjectGroupID
Object community group ID.
(Inherited from BaseInfo.)
Protected propertyObjectGUID
Object GUID.
(Inherited from BaseInfo.)
Protected propertyObjectIcon
Object icon metafile.
(Inherited from BaseInfo.)
Protected propertyObjectIconGUID
Object icon GUID.
(Inherited from BaseInfo.)
Protected propertyObjectID
Object ID.
(Inherited from BaseInfo.)
Protected propertyObjectIsCustom
Indicates if object is custom.
(Inherited from BaseInfo.)
Protected propertyObjectIsCustomized
Indicates if object is customized.
(Inherited from BaseInfo.)
Protected propertyObjectLastModified
Last modified time.
(Inherited from BaseInfo.)
Protected propertyObjectOrder
Returns the order of the object among the other objects.
(Inherited from BaseInfo.)
Protected propertyObjectParent
Object parent.
(Inherited from BaseInfo.)
Protected propertyObjectParentID
Object parent ID.
(Inherited from BaseInfo.)
Public propertyObjectSettings
Object settings
(Inherited from BaseInfo.)
Protected propertyObjectSite
Returns the object site.
(Inherited from BaseInfo.)
Protected propertyObjectSiteID
Object site ID.
(Inherited from BaseInfo.)
Protected propertyObjectSiteName
Object site name.
(Inherited from BaseInfo.)
Protected propertyObjectStatus
Returns the current status of the object.
(Inherited from BaseInfo.)
Protected propertyObjectThumbnail
Object thumbnail metafile.
(Inherited from BaseInfo.)
Protected propertyObjectThumbnailGUID
Object thumbnail GUID.
(Inherited from BaseInfo.)
Protected propertyObjectVersionGUID
Object version GUID.
(Inherited from BaseInfo.)
Protected propertyOriginalObjectCodeName
Returns the original object code name
(Inherited from AbstractInfoBaseTInfo.)
Public propertyOtherBindings
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).
(Inherited from BaseInfo.)
Public propertyParent
Object parent
(Inherited from BaseInfo.)
Protected propertyParentObjectType
Parent object type.
(Inherited from BaseInfo.)
Protected propertyPrioritizedProperties
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
(Inherited from BaseInfo.)
Public propertyProcesses
Collection of the processes belonging to the object.
(Inherited from BaseInfo.)
Public propertyProperties
Properties of the object
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyReferringObjects
Collection of the objects depending on this object (object which have FK to this object).
(Inherited from BaseInfo.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractInfoBaseTInfo.)
Public propertyRelatedData
Custom data connected to the object.
(Inherited from BaseInfo.)
Public propertyScheduledTasks
Collection of the scheduled tasks belonging to the object.
(Inherited from BaseInfo.)
Public propertySearchType
Gets the search type name.
(Inherited from AbstractInfoBaseTInfo.)
Public propertySite
Object site
(Inherited from BaseInfo.)
Protected propertySupportsVersioning
Indicates if the object versioning is supported. Default false
(Inherited from BaseInfo.)
Public propertyThumbnail
Object thumbnail
(Inherited from BaseInfo.)
Protected propertyTouchCacheDependencies
If true, cache dependencies are touched when the object is changed.
(Inherited from BaseInfo.)
Public propertyTypeInfo
Object type information.
(Inherited from BaseInfo.)
Protected propertyUpdateTimeStamp
If true, timestamp of the object is updated when saved.
(Inherited from BaseInfo.)
Protected propertyUpdateVersionGUID
If true, version GUID of the object is updated when saved.
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyValidateCodeName
If true, the code name is validated upon saving.
(Inherited from BaseInfo.)
Protected propertyVersioningEnabled
Indicates if the object versioning is enabled by the settings.
(Inherited from BaseInfo.)
Top
Methods
  NameDescription
Protected methodAddColumnPrefixesWhereCondition
Adds restriction to given where filtering out all rows where given column starts with one of excluded prefixes found in TypeInfo default data settings.
(Inherited from BaseInfo.)
Protected methodAllowExternalColumn
Indicates whether a given column is allowed to be saved externally.
(Inherited from AbstractInfoBaseTInfo.)
Public methodAnyItemChanged
Returns true if any of specified columns changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodBuildObjectPath
Builds the path from the given column.
(Inherited from BaseInfo.)
Public methodChangedColumns
Returns list of column names which values were changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodCheckDefaultPermissions
Check universal permissions for an object
(Inherited from BaseInfo.)
Protected methodCheckDependencies
Checks object for dependent objects. Returns true if there is at least one dependent object. First tries to execute checkdependencies query, if not found, an automatic process is executed.
(Inherited from BaseInfo.)
Protected methodCheckLicense
Checks the object license. Returns true if the licensing conditions for this object were matched.
(Inherited from BaseInfo.)
Public methodCheckPermissions
Checks whether the specified user has permissions for this object.
(Inherited from BaseInfo.)
Protected methodCheckPermissionsInternal
Checks whether the specified user has permissions for this object. This method is called automatically after CheckPermissions event was fired.
(Inherited from BaseInfo.)
Protected methodCheckPermissionsWithHandler
Checks whether the specified user has permissions for this object. Outcome of this method is determined by combining results of CheckPermissions event and CheckPermissionsInternal method.
(Inherited from BaseInfo.)
Public methodCheckUniqueCodeName
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from BaseInfo.)
Public methodCheckUniqueValues
Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.
(Inherited from BaseInfo.)
Protected methodClearCache
Clears the nested cached objects
(Inherited from BaseInfo.)
Protected methodClearCachedValues
Clears the cached values depending on the given column value.
(Inherited from BaseInfo.)
Public methodClearData
Clears data from the object.
(Inherited from BaseInfo.)
Public methodClone
Creates a clone of the object
(Inherited from AbstractInfoBaseTInfo.)
Public methodClone(Boolean)
Creates a clone of the object
(Inherited from AbstractInfoBaseTInfo.)
Public methodCloneObject
Creates the clone of the object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodColumnsChanged
Returns true if at least one column of the column list provided as the first argument was changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodCombineColumnNames(ICollection)
Combines column names from supplied collections into a list and caches it in mCombinedColumnNames. Does nothing when column names are already cached unless TypeInfo has ColumnsInvalidated set to true. Returns combined column names.
(Inherited from AbstractInfoBaseTInfo.)
Public methodCombineColumnNames(String)
Combines supplied column names into a list and caches it in mCombinedColumnNames. Does nothing when column names are already cached unless TypeInfo has ColumnsInvalidated set to true. Returns combined column names.
(Inherited from AbstractInfoBaseTInfo.)
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from BaseInfo.)
Public methodContainsColumn
Returns true if the object contains given column.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodCopyExternalColumns
Copy value of external columns directly via set value
(Inherited from BaseInfo.)
Protected methodCopyMemoryProperties
Copies memory properties
(Inherited from BaseInfo.)
Protected methodCopyProperties
Copies memory properties
(Inherited from AbstractInfoBaseTInfo.)
Public methodDataChanged
Returns true if the object changed.
(Inherited from AbstractInfoBaseTInfo.)
Public methodDelete
Deletes the object using appropriate provider
(Inherited from BaseInfo.)
Protected methodDeleteData
Deletes the object.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteDataInternal
Deletes the object data from the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteExternalColumns
Goes through the columns which are stored externally and deletes all the files.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteMetafiles
Deletes the metafiles related to this object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteObject
Deletes the object using appropriate provider.
(Inherited from AbstractInfoBaseTInfo.)
Public methodDestroy
Destroys the object including its version history using appropriate provider
(Inherited from BaseInfo.)
Protected methodDisconnect
Disconnects the collection from the database.
(Inherited from BaseInfo.)
Protected methodEnsureBinaryData
Makes sure that the binary data is loaded into binary column of the object when StoreToFileSystem is true.
(Inherited from BaseInfo.)
Protected methodEnsureBinaryData(Boolean)
Makes sure that the binary data is loaded into binary column of the object.
(Inherited from BaseInfo.)
Protected methodEnsureCodeName
Ensures the code name of the object if not set
(Inherited from BaseInfo.)
Protected methodEnsureData
Creates a new data class container within the object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodEnsureGUID
Ensures the GUID of the object
(Inherited from BaseInfo.)
Protected methodEnsureHierarchyColumns
Ensures the IDPath and Level columns.
(Inherited from BaseInfo.)
Protected methodEnsureLastModified
Ensures the last modified time stamp of the object
(Inherited from BaseInfo.)
Protected methodEnsureUniqueCodeName
Ensures that the object has a unique code name within it's context
(Inherited from BaseInfo.)
Public methodExecuteWithOriginalData
Executes the given action using original data of the object.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodExportDefaultData
Exports the default object installation data
(Inherited from BaseInfo.)
Protected methodFinalize
Destructor
(Inherited from BaseInfo.)
Protected methodGetAutomaticCodeName
Gets the automatic code name for the object
(Inherited from BaseInfo.)
Protected methodGetAutomaticProperty
Tries to get the automatic property value for underlying object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetBinaryData
Returns the BinaryData object of the current instance. Has to be overridden by specific classes. Returns null by default.
(Inherited from BaseInfo.)
Public methodGetBooleanValue
Gets the boolean value from the object.
(Inherited from BaseInfo.)
Protected methodGetCacheDependencies
Gets collection of dependency keys to be touched when modifying the current object.
(Inherited from BaseInfo.)
Protected methodGetChildDependencies
Gets the child dependencies repository
(Inherited from BaseInfo.)
Protected methodGetChildWhereCondition
Gets the child object where condition.
(Inherited from BaseInfo.)
Protected methodGetColumnNames
Gets the default list of column names for this class
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetCount
Gets count of the objects filtered by given where condition.
(Inherited from BaseInfo.)
Protected methodGetCurrentObjectPathPart
Builds the path from the given column.
(Inherited from BaseInfo.)
Protected methodGetCustomProperties
Gets list of custom properties.
(Inherited from BaseInfo.)
Protected methodGetData
Returns the data according to the set of input parameters.
(Inherited from BaseInfo.)
Protected methodGetDataQueryInternal
Gets the data query for this object type
(Inherited from BaseInfo.)
Public methodGetDateTimeValue
Gets the DateTime value from the object.
(Inherited from BaseInfo.)
Public methodGetDecimalValue
Gets the decimal value from the object.
(Inherited from BaseInfo.)
Protected methodGetDefaultData
Returns the default object installation data
(Inherited from BaseInfo.)
Protected methodGetDefaultDataExportColumns
Returns names of all columns that should be exported with default data as a comma separated string.
(Inherited from BaseInfo.)
Protected methodGetDefaultDataWhereCondition
Gets the where condition to filter out the default installation data
(Inherited from BaseInfo.)
Protected methodGetDefaultObject
Returns default object of given object type. Has to be overridden in specific info. Returns null by default. Example is UserInfo which returns user specified in the settings or Global Administrator.
(Inherited from BaseInfo.)
Protected methodGetDependenciesNames
Returns a list of object names which depend on this object. First tries to execute checkdependencies query, if not found, an automatic process is executed.
(Inherited from BaseInfo.)
Protected methodGetDependenciesNamesAuto
Returns a list of object names which depend on this object.
(Inherited from BaseInfo.)
Public methodGetDependencyObjectType
Gets dependency object type
(Inherited from BaseInfo.)
Public methodGetDoubleValue
Gets the double value from the object.
(Inherited from BaseInfo.)
Protected methodGetEditingPageURL
Gets the object editing page URL.
(Inherited from BaseInfo.)
Protected methodGetExisting
Returns the existing object based on current object data.
(Inherited from BaseInfo.)
Protected methodGetExistingBase
Returns single info object and ensures correct GUID vs. code name priority is used (if applicable) after resolving provided whereCondition.

If no object match provided whereCondition, null is returned.

(Inherited from BaseInfo.)
Protected methodGetExistingWhereCondition
Gets a where condition to find an existing object based on current object
(Inherited from BaseInfo.)
Protected methodGetExistingWhereCondition(Boolean)
Gets a where condition to find an existing object based on current object
(Inherited from BaseInfo.)
Protected methodGetExternalColumnData
Returns the column data from external storage if exists.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetExternalColumns
Returns the list of columns registered as the external columns.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetExternalColumnSettings
Returns settings for external storage of the column. Returns null by default (which causes the default settings to be used in the external column data storage process).
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetExternalFiles
Goes through the columns which are stored externally and returns the list of particular files this object uses.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetExternalPath
Returns path to the external storage with data of the given column. If the column data is not stored in the external storage (not enabled), and the check for enabled is allowed, returns null.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetFileInfo
Returns FileInfo object from external storage if exists.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetFullObjectName
Returns the name of the object within its parent hierarchy.
(Inherited from BaseInfo.)
Protected methodGetGeneralizedInfo
Gets the generalized info for this object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetGlobalPermissionName
Returns name of the global permission name corresponding to the given permission name. By default, "Global" + permissionName is returned.
(Inherited from BaseInfo.)
Protected methodGetGroupWhereCondition
Gets the group where condition for the object
(Inherited from BaseInfo.)
Public methodGetGuidValue
Gets the guid value from the object.
(Inherited from BaseInfo.)
Protected methodGetIconUrl
Gets the object icon URL
(Inherited from BaseInfo.)
Protected methodGetIDPathPartLength
Returns the length of a part of IDPath.
(Inherited from BaseInfo.)
Public methodGetIntegerValue
Gets the integer value from the object.
(Inherited from BaseInfo.)
Protected methodGetLastObjectOrder
Returns number which will be the last order within all the other items (according to Parent, Group and Site settings). I.e. returns largest existing order + 1.
(Inherited from BaseInfo.)
Protected methodGetLocalColumnNames
Gets the list of local column names for particular object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetLocalProperties
Gets the list of local properties for particular object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetLockObject
Gets the global lock object for all the instances of the object (locked on "objectType_objectId").
(Inherited from BaseInfo.)
Protected methodGetModifiedFrom
Gets the DataSet of all the objects modified from specified date.
(Inherited from BaseInfo.)
Protected methodGetNameCollisions
Gets the list of the name collisions of the given object
(Inherited from BaseInfo.)
Protected methodGetNamePathPartColumn
Returns the name of the column which is used to build the NamePath
(Inherited from BaseInfo.)
Public methodGetObject(Int32)
Gets the object by its ID.
(Inherited from BaseInfo.)
Protected methodGetObject(IWhereCondition, Boolean)
Gets the object by specified where condition.
(Inherited from BaseInfo.)
Protected methodGetObjectChildren
Gets the object children repository
(Inherited from BaseInfo.)
Public methodGetObjectData
Object serialization.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetObjectIdentifier
Gets the object identifier that uniquely identifies the object
(Inherited from BaseInfo.)
Protected methodGetObjectKey
Gets the unique string key for the object.
(Inherited from BaseInfo.)
Protected methodGetObjectName
Returns object name combining object type name and object display name.
(Inherited from BaseInfo.)
Protected methodGetObjectOrderID
Returns ID of the item being ordered. By default return ObjectID. This is overridden in TreeNode, where NodeID has to be supplied.
(Inherited from BaseInfo.)
Protected methodGetObjectTypeForColumn
Gets the object type for the given column or null if the object type is not found or unknown.
(Inherited from BaseInfo.)
Protected methodGetOrderIdentityWhereCondition
Gets order identity where condition to identify the object to be ordered
(Inherited from BaseInfo.)
Protected methodGetOrderQueryParameters
Creates QueryDataParameters with special macros for object order management.
(Inherited from BaseInfo.)
Public methodGetOriginalValue
Returns the original value of column.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetOtherBindings
Gets the repository of other bindings
(Inherited from BaseInfo.)
Protected methodGetParent
Returns the parent object.
(Inherited from BaseInfo.)
Protected methodGetPermissionName
Converts PermissionEnum to permission codename which will be checked when CheckPermission() is called. Derived classes can override this method to change permission which is checked (for example check for global permissions if object is global).
(Inherited from BaseInfo.)
Protected methodGetPermissionObjectType
Returns the permission object type of the object (checks the SiteID column and SiteBinding columns). According to this value, the permission check is performed.
(Inherited from BaseInfo.)
Protected methodGetPermissionToCheck
Gets permission to check for the object. By default the Create and Delete permission is changed to Modify.
(Inherited from BaseInfo.)
Protected methodGetPhysicalFiles
Gets DataSet with physical files.
(Inherited from BaseInfo.)
Public methodGetProperty
Gets the property value.
(Inherited from BaseInfo.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetReferringObjects
Gets the repository of depending objects
(Inherited from BaseInfo.)
Protected methodGetRegisteredProperties
Gets list of registered properties.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetSearchDocument
Returns index document for current object with dependencies on search index info.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetSearchFields
Returns search fields collection. When existing collection is passed as argument, fields will be added to that collection. When collection is not passed, new collection will be created and return. Collection will contain field values only when collection with StoreValues property set to true is passed to the method. When method creates new collection, it is created with StoreValues property set to false.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetSearchID
Gets the id column value which is used as search id by default.
(Inherited from BaseInfo.)
Public methodGetSearchImageUrl
Returns URL for a search result item image.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetSiblingsQueryInternal
Gets the parameterized query to get siblings of the object (If there is no parent-child hierarchy, query is parameterized for all objects)
(Inherited from BaseInfo.)
Protected methodGetSiblingsWhereCondition
Creates where condition according to Parent, Group and Site settings.
(Inherited from BaseInfo.)
Protected methodGetSiteWhereCondition
Gets the site where condition for the object
(Inherited from BaseInfo.)
Public methodGetStringValue
Gets the string value from the object.
(Inherited from BaseInfo.)
Protected methodGetSynchronizedColumns
Gets the list of synchronized columns for this object.
(Inherited from BaseInfo.)
Protected methodGetThumbnailUrl
Gets the object thumbnail URL
(Inherited from BaseInfo.)
Protected methodGetUniqueCodeName
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfo.)
Protected methodGetUniqueDisplayName
Returns the unique display name for the specified object.
(Inherited from BaseInfo.)
Protected methodGetUniqueName
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfo.)
Protected methodGetUniqueNameWhereCondition
Constructs base where condition for checking column value uniqueness. This method can be overridden in child classes to add more conditions.
(Inherited from BaseInfo.)
Public methodGetValue(String)
Gets the field value.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetValueT(String, T)
Gets the field value converted to a specified type.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodGetValueForTranslation
Returns value for translation services. Returns unmodified field content by default.
(Inherited from BaseInfo.)
Protected methodGetVirtualFileRelativePath
Returns virtual relative path for specific column Ensures the GUID of the object
(Inherited from BaseInfo.)
Protected methodInitObjectsOrder
Inits the proper order of the sibling objects so the order column is consistent.
(Inherited from BaseInfo.)
Protected methodInitObjectsOrderPostprocessing
Method called after the InitObjectOrder method is called. Override this to do further actions after order initialization.
(Inherited from BaseInfo.)
Public methodInsert
Inserts the object using appropriate provider
(Inherited from BaseInfo.)
Protected methodInsertAsClone
Inserts the object as a new object to the DB with inner data and structure (according to given settings) cloned from the original.
(Inherited from BaseInfo.)
Protected methodInsertAsCloneInternal
This method is called on cloned object prepared in memory by InsertAsClone method. Override if you need to do further actions before inserting actual object to DB (insert special objects, modify foreign keys, copy files, etc.). Calls Insert() by default.
(Inherited from BaseInfo.)
Protected methodInsertAsClonePostprocessing
This method is called once the object is completely cloned (with all children, bindings, etc.). Override if you need to do further actions after the object has been cloned.
(Inherited from BaseInfo.)
Protected methodInsertData
Inserts the object to the database.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodInsertDataInternal
Inserts the object data to the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodInvalidate
Invalidates the object in the object table.
(Inherited from BaseInfo.)
Protected methodIsAvailableOnSite
Checks whether info object as available on given site. Available means that object is global or assigned to given site.
(Inherited from BaseInfo.)
Protected methodIsCheckedOutByUser
Returns true if the object is checked out by the specified user.
(Inherited from BaseInfo.)
Protected methodIsChildOf
Returns true if the object is child of the given object. If parameter parent is null, returns true only if the object is not a child of any object.
(Inherited from BaseInfo.)
Protected methodIsModifiedExternally
Goes through the columns which are stored externally and checks if the data in DB is the same as in external storage. If all the columns are same returns true, otherwise false.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodIsObjectInvalid
Returns true if the object is invalid.
(Inherited from BaseInfo.)
Public methodItemChanged
Returns true if the item on specified column name changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodLoadData
Loads the object using the given settings
(Inherited from AbstractInfoBaseTInfo.)
Protected methodLoadDefaultData
Loads the default data to the object.
(Inherited from AbstractInfoBaseTInfo.)
Public methodMacroRepresentation
By default, BaseInfo has no special macro representation.
(Inherited from BaseInfo.)
Public methodMakeComplete
Makes the object data complete.
(Inherited from AbstractInfoBaseTInfo.)
Public methodStatic memberNew(String)
Creates new object of the given class based on the given object type
Public methodStatic memberNew(LoadDataSettings)
Creates new object of the given class with the ability to specify more details about how the object should be initialized. Use other New methods for default loading of data.
Public methodStatic memberNew(ActionTInfo, String)
Creates new object of the given class
Public methodStatic memberNew(DataRow, String)
Creates new object of the given class
Public methodStatic memberNew(IDataContainer, String)
Creates new object of the given class
Protected methodNewObject
Creates new object of the given class based on the given settings
(Overrides BaseInfoNewObject(LoadDataSettings).)
Protected methodPermissionCheckException
Fires an exception in case authorization result is false (denied or insignificant)
(Inherited from BaseInfo.)
Public methodPropertyPropertyType
Returns the extension property for the object
(Inherited from AbstractObject.)
Protected methodReconnect
Reconnects the collection to the database.
(Inherited from BaseInfo.)
Protected methodRegisterExternalColumn
Registers external column settings to the hash table.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRegisterExternalColumns
Registers external column settings to the hash table.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRegisterProperties
Registers the properties of this object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRegisterProperty(String, Object, FuncTInfo, Object, Object)
Registers the given parametrized property to the object.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRegisterPropertyTProperty(String, FuncTInfo, Object)
Registers the given property to the object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRemoveObjectDependencies
Removes object dependencies. First tries to execute removedependencies query, if not found, automatic process is executed.
(Inherited from BaseInfo.)
Public methodResetChanges
Resets the object changes and keeps the new values as unchanged according to the asUnchanged parameter.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRestoreSettings
Restores local settings for object instance.
(Inherited from BaseInfo.)
Public methodRevertChanges
Reverts the object changes to the original values.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSaveExternalColumns
Goes through the columns which are stored externally and ensures them in the external storage.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSerializationNotSupported
Throws serialization not supported exception
(Inherited from BaseInfo.)
Protected methodSetData
Updates or inserts the object to the database.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSetExternalColumnData
Saves the column data to the external storage if exists. Returns true if data was stored in external storage and should not be stored also in DB. If data should be stored in DB, returns false.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSetObject
Updates the object using appropriate provider.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSetObjectAlphabeticalOrder
Moves the object to the right position according to the custom order.
(Inherited from BaseInfo.)
Protected methodSetObjectOrder
Moves the object to the specified order. The move is done within the object's siblings.
(Inherited from BaseInfo.)
Protected methodSetObjectOrderPostprocessing
Method which is called after the order of the object was changed. Generates staging tasks and webfarm tasks by default.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSetParent
Updates the parent object, enables to update the data that is overridden in the parent object before or after it is saved
(Inherited from BaseInfo.)
Protected methodSetReadOnly
Locks the object as a read-only
(Inherited from AbstractInfoBaseTInfo.)
Public methodSetValue(String, Object)
Sets the field value.
(Inherited from AbstractInfoBaseTInfo.)
Public methodSetValue(String, Object, Boolean)
Sets the object value to the nullable column.
(Inherited from BaseInfo.)
Public methodSetValue(String, Object, Object)
Sets the object value to the nullable column.
(Inherited from BaseInfo.)
Protected methodSortAlphabetically
Sort objects alphabetically.
(Inherited from BaseInfo.)
Protected methodStoreSettings
Stores local settings for object instance.
(Inherited from BaseInfo.)
Public methodSubmitChanges
Submits the changes in the object to the database.
(Inherited from BaseInfo.)
Public methodToMacroString
Returns the default text representation in the macros.
(Inherited from BaseInfo.)
Public methodToString
Returns the text representation of the object
(Inherited from BaseInfo.)
Public methodTouchKeys
Touches the cache dependency keys of the object to flush the dependent cache items.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodTouchParent
Updates the parent object by saving it (to update the timestamp).
(Inherited from BaseInfo.)
Protected methodTryGetAutomaticProperty
Tries to get the automatic property value for underlying object
(Inherited from AbstractInfoBaseTInfo.)
Public methodTryGetProperty(String, Object)
Returns value of property.
(Inherited from AbstractInfoBaseTInfo.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from BaseInfo.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractInfoBaseTInfo.)
Public methodUpdate
Updates the database entity using appropriate provider
(Inherited from BaseInfo.)
Protected methodUpdateData
Updates the object to the database.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodUpdateDataInternal
Updates the object data to the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodUpdateExternalColumns
Goes through the columns which are stored externally and updates DB versions with the data from external storage.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodUpdateFromDB
Updates the data of the object from DB (updates also ObjectSettings).
(Inherited from BaseInfo.)
Protected methodUpdatePhysicalFiles
Saves physical files.
(Inherited from BaseInfo.)
Protected methodUpsertData
Updates or inserts the object to the database.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodUpsertDataInternal
Upserts the data to the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodWriteDefaultData
Writes the default object installation data into xml file
(Inherited from BaseInfo.)
Top
Extension Methods
  NameDescription
Public Extension MethodSerialize
Returns object data serialized into the XML element.
(Defined by SerializationExtensions.)
Top
See Also
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractObject
    CMS.DataEngineBaseInfo
      CMS.DataEngineAbstractInfoBaseTInfo
        CMS.DataEngineAbstractInfoTInfo
          CMS.ActivitiesActivityInfo
          CMS.ActivitiesActivityTypeInfo
          CMS.AutomationAutomationHistoryInfo
          CMS.AutomationAutomationStateInfo
          CMS.AutomationObjectWorkflowTriggerInfo
          CMS.BannerManagementBannerCategoryInfo
          CMS.BannerManagementBannerInfo
          CMS.BlogsBlogCommentInfo
          CMS.BlogsBlogPostSubscriptionInfo
          CMS.ChatChatInitiatedChatRequestInfo
          CMS.ChatChatMessageInfo
          CMS.ChatChatNotificationInfo
          CMS.ChatChatOnlineSupportInfo
          CMS.ChatChatOnlineUserInfo
          CMS.ChatChatPopupWindowSettingsInfo
          CMS.ChatChatRoomInfo
          CMS.ChatChatRoomUserInfo
          CMS.ChatChatSupportCannedResponseInfo
          CMS.ChatChatSupportTakenRoomInfo
          CMS.ChatChatUserInfo
          CMS.CMSImportExportExportHistoryInfo
          CMS.CMSImportExportExportTaskInfo
          CMS.CMSImportExportWebTemplateInfo
          CMS.CommunityGroupInfo
          CMS.CommunityGroupMemberInfo
          CMS.CommunityGroupRolePermissionInfo
          CMS.CommunityInvitationInfo
          CMS.ContactManagementAccountContactInfo
          CMS.ContactManagementAccountContactListInfo
          CMS.ContactManagementAccountInfo
          CMS.ContactManagementAccountListInfo
          CMS.ContactManagementAccountStatusInfo
          CMS.ContactManagementActivityListInfo
          CMS.ContactManagementContactAccountListInfo
          CMS.ContactManagementContactGroupContactListInfo
          CMS.ContactManagementContactGroupInfo
          CMS.ContactManagementContactGroupMemberInfo
          CMS.ContactManagementContactInfo
          CMS.ContactManagementContactListInfo
          CMS.ContactManagementContactMembershipCustomerListInfo
          CMS.ContactManagementContactMembershipInfo
          CMS.ContactManagementContactMembershipUserListInfo
          CMS.ContactManagementContactRoleInfo
          CMS.ContactManagementContactStatusInfo
          CMS.ContactManagementRuleInfo
          CMS.ContactManagementScoreContactRuleInfo
          CMS.ContactManagementScoreInfo
          CMS.ContactManagementVisitorToContactInfo
          CMS.ContinuousIntegration.InternalFileMetadataInfo
          CMS.DataEngineClassSiteInfo
          CMS.DataEngineDataClassInfoBaseTInfo
          CMS.DataEngineGeneralInfo
          CMS.DataEngineMetaFileInfo
          CMS.DataEngineObjectSettingsInfo
          CMS.DataEngineQueryInfo
          CMS.DataEngineQueryListInfo
          CMS.DataEngineSettingsCategoryInfo
          CMS.DataEngineSettingsKeyInfo
          CMS.DataEngineTempFileInfo
          CMS.DataProtectionConsentAgreementInfo
          CMS.DataProtectionConsentArchiveInfo
          CMS.DataProtectionConsentInfo
          CMS.DeviceProfilesDeviceProfileInfo
          CMS.DocumentEngineAclInfo
          CMS.DocumentEngineAclItemInfo
          CMS.DocumentEngineAllowedChildClassInfo
          CMS.DocumentEngineAlternativeUrlInfo
          CMS.DocumentEngineAttachmentHistoryInfo
          CMS.DocumentEngineAttachmentInfo
          CMS.DocumentEngineDocumentAliasInfo
          CMS.DocumentEngineDocumentCategoryInfo
          CMS.DocumentEngineDocumentTagInfo
          CMS.DocumentEngineDocumentTypeScopeClassInfo
          CMS.DocumentEngineDocumentTypeScopeInfo
          CMS.DocumentEngine.InternalDocumentCultureDataInfo
          CMS.DocumentEngine.InternalDocumentNodeDataInfo
          CMS.DocumentEngine.PageBuilderTempPageBuilderWidgetsInfo
          CMS.DocumentEnginePageTemplateConfigurationInfo
          CMS.DocumentEnginePersonalizationInfo
          CMS.DocumentEngineRelationshipInfo
          CMS.DocumentEngineUserDocumentsListInfo
          CMS.DocumentEngineVersionAttachmentInfo
          CMS.DocumentEngineVersionHistoryInfo
          CMS.EcommerceAddressInfo
          CMS.EcommerceBrandInfo
          CMS.EcommerceBundleInfo
          CMS.EcommerceCarrierInfo
          CMS.EcommerceCollectionInfo
          CMS.EcommerceCouponCodeInfo
          CMS.EcommerceCreditEventInfo
          CMS.EcommerceCurrencyInfo
          CMS.EcommerceCustomerInfo
          CMS.EcommerceDepartmentInfo
          CMS.EcommerceDiscountInfo
          CMS.EcommerceExchangeRateInfo
          CMS.EcommerceExchangeTableInfo
          CMS.EcommerceGiftCardCouponCodeInfo
          CMS.EcommerceGiftCardInfo
          CMS.EcommerceInternalStatusInfo
          CMS.EcommerceManufacturerInfo
          CMS.EcommerceMultiBuyCouponCodeInfo
          CMS.EcommerceMultiBuyDiscountBrandInfo
          CMS.EcommerceMultiBuyDiscountCollectionInfo
          CMS.EcommerceMultiBuyDiscountDepartmentInfo
          CMS.EcommerceMultiBuyDiscountInfo
          CMS.EcommerceMultiBuyDiscountSKUInfo
          CMS.EcommerceMultiBuyDiscountTreeInfo
          CMS.EcommerceOptionCategoryInfo
          CMS.EcommerceOrderAddressInfo
          CMS.EcommerceOrderInfo
          CMS.EcommerceOrderItemInfo
          CMS.EcommerceOrderItemSKUFileInfo
          CMS.EcommerceOrderStatusInfo
          CMS.EcommerceOrderStatusUserInfo
          CMS.EcommercePaymentOptionInfo
          CMS.EcommercePublicStatusInfo
          CMS.EcommerceShippingCostInfo
          CMS.EcommerceShippingOptionInfo
          CMS.EcommerceShoppingCartCouponCodeInfo
          CMS.EcommerceShoppingCartInfo
          CMS.EcommerceShoppingCartItemInfo
          CMS.EcommerceSKUAllowedOptionInfo
          CMS.EcommerceSKUFileInfo
          CMS.EcommerceSKUInfo
          CMS.EcommerceSKUMembershipListInfo
          CMS.EcommerceSKUOptionCategoryInfo
          CMS.EcommerceSupplierInfo
          CMS.EcommerceTaxClassCountryInfo
          CMS.EcommerceTaxClassInfo
          CMS.EcommerceTaxClassStateInfo
          CMS.EcommerceVariantOptionInfo
          CMS.EcommerceVolumeDiscountInfo
          CMS.EcommerceWishlistItemInfo
          CMS.EmailEngineAttachmentForEmailInfo
          CMS.EmailEngineEmailAttachmentInfo
          CMS.EmailEngineEmailInfo
          CMS.EmailEngineEmailTemplateInfo
          CMS.EmailEngineEmailUserInfo
          CMS.EmailEngineSMTPServerInfo
          CMS.EmailEngineSMTPServerSiteInfo
          CMS.EventLogEventLogInfo
          CMS.EventManagerEventAttendeeInfo
          CMS.FormEngineAlternativeFormInfo
          CMS.FormEngineFormUserControlInfo
          CMS.ForumsForumAttachmentInfo
          CMS.ForumsForumGroupInfo
          CMS.ForumsForumInfo
          CMS.ForumsForumModeratorInfo
          CMS.ForumsForumPostInfo
          CMS.ForumsForumRoleInfo
          CMS.ForumsForumSubscriptionInfo
          CMS.ForumsForumUserFavoritesInfo
          CMS.GlobalizationCountryInfo
          CMS.GlobalizationStateInfo
          CMS.GlobalizationTimeZoneInfo
          CMS.LicenseProviderLicenseKeyInfo
          CMS.LocalizationCultureInfo
          CMS.LocalizationResourceStringInfoBaseTInfo
          CMS.LocalizationResourceTranslatedInfo
          CMS.LocalizationResourceTranslationInfoBaseTInfo
          CMS.MacroEngineMacroIdentityInfo
          CMS.MacroEngineMacroRuleInfo
          CMS.MacroEngineUserMacroIdentityInfo
          CMS.MediaLibraryMediaFileInfo
          CMS.MediaLibraryMediaLibraryInfo
          CMS.MediaLibraryMediaLibraryRolePermissionInfo
          CMS.MembershipAvatarInfo
          CMS.MembershipBadgeInfo
          CMS.MembershipExternalLoginInfo
          CMS.MembershipMembershipInfo
          CMS.MembershipMembershipRoleInfo
          CMS.MembershipMembershipUserInfo
          CMS.MembershipOnlineUserInfo
          CMS.MembershipOpenIDUserInfo
          CMS.MembershipRoleInfo
          CMS.MembershipUserCultureInfo
          CMS.MembershipUserInfo
          CMS.MembershipUserRoleInfo
          CMS.MembershipUserSettingsInfo
          CMS.MembershipUserSiteInfo
          CMS.MessageBoardsBoardInfo
          CMS.MessageBoardsBoardMessageInfo
          CMS.MessageBoardsBoardModeratorInfo
          CMS.MessageBoardsBoardRoleInfo
          CMS.MessageBoardsBoardSubscriptionInfo
          CMS.ModuleLicensesModuleLicenseKeyInfo
          CMS.ModulesHelpTopicInfo
          CMS.ModulesPermissionNameInfo
          CMS.ModulesResourceInfo
          CMS.ModulesResourceLibraryInfo
          CMS.ModulesResourceSiteInfo
          CMS.ModulesRoleApplicationInfo
          CMS.ModulesRolePermissionInfo
          CMS.ModulesRoleUIElementInfo
          CMS.ModulesUIElementInfo
          CMS.NewslettersABTestInfo
          CMS.NewslettersClickedLinkInfo
          CMS.NewslettersEmailQueueItemInfo
          CMS.NewslettersEmailTemplateInfo
          CMS.NewslettersEmailTemplateNewsletterInfo
          CMS.NewslettersEmailWidgetInfo
          CMS.NewslettersEmailWidgetTemplateInfo
          CMS.NewslettersIssueContactGroupInfo
          CMS.NewslettersIssueInfo
          CMS.NewslettersLinkInfo
          CMS.NewslettersNewsletterInfo
          CMS.NewslettersOpenedEmailInfo
          CMS.NewslettersSubscriberInfo
          CMS.NewslettersSubscriberNewsletterInfo
          CMS.NewslettersUnsubscriptionInfo
          CMS.Notifications.Web.UINotificationGatewayInfo
          CMS.Notifications.Web.UINotificationSubscriptionInfo
          CMS.Notifications.Web.UINotificationTemplateInfo
          CMS.Notifications.Web.UINotificationTemplateTextInfo
          CMS.OnlineFormsBizFormInfo
          CMS.OnlineFormsBizFormRoleInfo
          CMS.OnlineMarketingABTestInfo
          CMS.OnlineMarketingABVariantDataInfo
          CMS.OnlineMarketingABVariantInfo
          CMS.OnlineMarketingContentPersonalizationVariantInfo
          CMS.OnlineMarketingMVTCombinationInfo
          CMS.OnlineMarketingMVTCombinationVariationInfo
          CMS.OnlineMarketingMVTestInfo
          CMS.OnlineMarketingMVTVariantInfo
          CMS.PersonasPersonaContactHistoryInfo
          CMS.PersonasPersonaInfo
          CMS.PersonasPersonaNodeInfo
          CMS.PollsPollAnswerInfo
          CMS.PollsPollInfo
          CMS.PollsPollRoleInfo
          CMS.PollsPollSiteInfo
          CMS.PortalEngineCssStylesheetInfo
          CMS.PortalEngineCssStylesheetSiteInfo
          CMS.PortalEngineDeviceProfileLayoutInfo
          CMS.PortalEngineLayoutInfo
          CMS.PortalEnginePageTemplateCategoryInfo
          CMS.PortalEnginePageTemplateDeviceLayoutInfo
          CMS.PortalEnginePageTemplateInfo
          CMS.PortalEnginePageTemplateScopeInfo
          CMS.PortalEnginePageTemplateSiteInfo
          CMS.PortalEngineTransformationInfo
          CMS.PortalEngineWebPartCategoryInfo
          CMS.PortalEngineWebPartContainerInfo
          CMS.PortalEngineWebPartContainerSiteInfo
          CMS.PortalEngineWebPartInfo
          CMS.PortalEngineWebPartLayoutInfo
          CMS.PortalEngineWidgetCategoryInfo
          CMS.PortalEngineWidgetInfo
          CMS.PortalEngineWidgetRoleInfo
          CMS.ProtectionAbuseReportInfo
          CMS.ProtectionBadWordCultureInfo
          CMS.ProtectionBadWordInfo
          CMS.ProtectionBannedIPInfo
          CMS.RelationshipsRelationshipNameInfo
          CMS.RelationshipsRelationshipNameSiteInfo
          CMS.ReportingReportCategoryInfo
          CMS.ReportingReportGraphInfo
          CMS.ReportingReportInfo
          CMS.ReportingReportSubscriptionInfo
          CMS.ReportingReportTableInfo
          CMS.ReportingReportValueInfo
          CMS.ReportingSavedGraphInfo
          CMS.ReportingSavedReportInfo
          CMS.SchedulerSystemTaskListInfo
          CMS.SchedulerTaskInfo
          CMS.Search.AzureSearchTaskAzureInfo
          CMS.SearchSearchIndexCultureInfo
          CMS.SearchSearchIndexInfo
          CMS.SearchSearchIndexSiteInfo
          CMS.SearchSearchTaskInfo
          CMS.SharePointSharePointConnectionInfo
          CMS.SharePointSharePointFileInfo
          CMS.SharePointSharePointLibraryInfo
          CMS.SiteProviderCultureSiteInfo
          CMS.SiteProviderSiteDomainAliasInfo
          CMS.SiteProviderSiteInfo
          CMS.SocialMarketingFacebookAccountInfo
          CMS.SocialMarketingFacebookApplicationInfo
          CMS.SocialMarketingFacebookPostInfo
          CMS.SocialMarketingInsightInfo
          CMS.SocialMarketingLinkedInAccountInfo
          CMS.SocialMarketingLinkedInApplicationInfo
          CMS.SocialMarketingLinkedInPostInfo
          CMS.SocialMarketingTwitterAccountInfo
          CMS.SocialMarketingTwitterApplicationInfo
          CMS.SocialMarketingTwitterPostInfo
          CMS.SynchronizationIntegrationConnectorInfo
          CMS.SynchronizationIntegrationSynchronizationInfo
          CMS.SynchronizationIntegrationSyncLogInfo
          CMS.SynchronizationIntegrationTaskInfo
          CMS.SynchronizationIntegrationTaskListInfo
          CMS.SynchronizationObjectVersionHistoryInfo
          CMS.SynchronizationObjectVersionHistoryListInfo
          CMS.SynchronizationServerInfo
          CMS.SynchronizationStagingTaskInfo
          CMS.SynchronizationStagingTaskUserInfo
          CMS.SynchronizationSynchronizationInfo
          CMS.SynchronizationTaskGroupInfo
          CMS.SynchronizationTaskGroupTaskInfo
          CMS.SynchronizationTaskGroupUserInfo
          CMS.TaxonomyCategoryInfo
          CMS.TaxonomyCategoryListInfo
          CMS.TaxonomyTagGroupInfo
          CMS.TaxonomyTagInfo
          CMS.TranslationServicesTranslationServiceInfo
          CMS.TranslationServicesTranslationSubmissionInfo
          CMS.TranslationServicesTranslationSubmissionItemInfo
          CMS.WebAnalyticsCampaignAssetInfo
          CMS.WebAnalyticsCampaignAssetUrlInfo
          CMS.WebAnalyticsCampaignConversionHitsInfo
          CMS.WebAnalyticsCampaignConversionInfo
          CMS.WebAnalyticsCampaignInfo
          CMS.WebAnalyticsCampaignObjectiveInfo
          CMS.WebAnalyticsConversionInfo
          CMS.WebAnalyticsExitPageInfo
          CMS.WebAnalyticsHitsDayInfo
          CMS.WebAnalyticsHitsHourInfo
          CMS.WebAnalyticsHitsInfo
          CMS.WebAnalyticsHitsMonthInfo
          CMS.WebAnalyticsHitsWeekInfo
          CMS.WebAnalyticsHitsYearInfo
          CMS.WebAnalyticsSearchEngineInfo
          CMS.WebAnalyticsStatisticsInfo
          CMS.WebFarmSyncWebFarmAnonymousTaskListInfo
          CMS.WebFarmSyncWebFarmServerInfo
          CMS.WebFarmSyncWebFarmServerLogInfo
          CMS.WebFarmSyncWebFarmServerTaskInfo
          CMS.WebFarmSyncWebFarmTaskInfo
          CMS.WebFarmSyncWebFarmTaskListInfo
          CMS.WorkflowEngineWorkflowActionInfo
          CMS.WorkflowEngineWorkflowHistoryInfo
          CMS.WorkflowEngineWorkflowInfo
          CMS.WorkflowEngineWorkflowScopeInfo
          CMS.WorkflowEngineWorkflowStepInfo
          CMS.WorkflowEngineWorkflowStepRoleInfo
          CMS.WorkflowEngineWorkflowStepUserInfo
          CMS.WorkflowEngineWorkflowTransitionInfo
          CMS.WorkflowEngineWorkflowUserInfo