GeneralizedAbstractInfoTInfo Class |
Namespace: CMS.DataEngine
public class GeneralizedAbstractInfo<TInfo> : AbstractInfoBaseTInfoGeneralizedInfoWrapper where TInfo : new(), AbstractInfoBase<TInfo>
The GeneralizedAbstractInfoTInfo type exposes the following members.
Name | Description | |
---|---|---|
GeneralizedAbstractInfoTInfo |
Constructor
|
Name | Description | |
---|---|---|
AllowClone |
Indicates if the object supports cloning.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
AllowRestore |
Indicates if the object supports deleting to recycle bin.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
AllowTouchParent |
Indicates if parent is allowed to be touched, if exists.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
Bindings |
The collection of the binding objects for the given object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CacheParentData |
If true, the parent object data is cached within object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CheckUnique |
If true, the code name is checked for uniqueness upon saving.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ChildDependencies |
Collection of the child dependencies for the given object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
Children |
The collection of the child objects for the given object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CodeNameColumn |
Code name column name of the info record.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ColumnNames |
Column names.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CustomizedColumns |
Gets the list of customized columns in current object
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
DeleteFiles |
Indicates if all physical files should be deleted when object will be deleted.
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
DisplayNameColumn |
Code name column name of the info record.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
HasChanged |
Returns true if the object has changed.
(Overrides BaseInfoGeneralizedInfoWrapperHasChanged.) | |
HasData |
Returns true if the object has it's data storage initialized already
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IgnoreExternalColumns |
If true, externally stored columns are ignored and are stored normally in DB.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsCachedObject |
If true, the object is cached within the system for later use
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsCheckedOut |
Indicates if the object is checked out.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsCheckedOutByUserID |
Gets ID of the user who checked the object out.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsClone |
Indicates if the object is clone.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsComplete |
Returns true if the object is complete (has all columns).
(Overrides BaseInfoGeneralizedInfoWrapperIsComplete.) | |
IsDisconnected |
Returns true if the object is disconnected from the data source
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsObjectValid |
Returns true if the object is considered valid.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
Item |
Gets or sets the value of the column.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
LogEvents |
If true, events are logged on the object update.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
LogExport |
If true, export tasks are logged on the object update.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
LogIntegration |
If true, integration tasks are being logged.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
LogSynchronization |
If true, synchronization tasks are logged on the object update.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
LogWebFarmTasks |
If true, web farm tasks are logged on the object update.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
MainObject |
Main object
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
MetaFiles |
The collection of the metafiles of the given object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectCategory |
Object category.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectCodeName |
Object code name.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectDisplayName |
Object name.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectFullName |
Object full name if exists
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectGroupID |
Object group ID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectGUID |
Object GUID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectIcon |
Object icon
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectIconGUID |
Object icon GUID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectID |
Object ID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectIsCustom |
Indicates if object is custom (created by customer).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectIsCustomized |
Indicates if object is customized.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectLastModified |
Object last modified time.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectOrder |
Returns the order of the object among the other objects.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectParent |
Object parent
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectParentID |
Object parent ID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectSiteID |
Object site ID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectSiteName |
Object site name.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectThumbnail |
Object thumbnail
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectThumbnailGUID |
Object thumbnail GUID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ObjectVersionGUID |
Object version GUID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
OriginalObjectCodeName |
Returns the original object code name
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
OtherBindings |
The collection of the other binding objects for the given object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ParentObjectType |
Parent object type.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
PrioritizedProperties |
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
Processes |
The collection of the processes of the given object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
Properties |
Properties of the object available through GetProperty.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ReferringObjects |
Collection of the objects depending on this object (object which have FK to this object).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
RelatedData |
Custom data connected to the object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ScheduledTasks |
The collection of the scheduled tasks of the given object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
SupportsVersioning |
Indicates if the object versioning is supported.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
TouchCacheDependencies |
If true, cache dependencies are touched when the object is changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
TypeInfo |
Type info.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
UpdateTimeStamp |
If true, time stamp is updated on object update.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
UpdateVersionGUID |
If true, version GUID of the object is updated when saved.
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
ValidateCodeName |
If true, the code name is validated upon saving.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
VersioningEnabled |
Indicates if the object versioning is enabled by the settings.
(Inherited from BaseInfoGeneralizedInfoWrapper.) |
Name | Description | |
---|---|---|
AnyItemChanged |
Returns true if any of the specified column names has changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CheckDependencies |
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 BaseInfoGeneralizedInfoWrapper.) | |
CheckLicense |
Checks the object license. Returns true if the licensing conditions for this object were matched
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CheckPermissions |
Checks whether the specified user has permissions for this object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CheckUniqueCodeName |
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
CheckUniqueValues |
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 BaseInfoGeneralizedInfoWrapper.) | |
Clone |
Returns the clone
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ContainsColumn |
Returns true if the object contains specified column.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
DataChanged |
Returns true if the object changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
DataChanged(String) |
Returns true if the object changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
DeleteData |
Deletes the object from the database.
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
DeleteExternalColumns |
Goes through the columns which are stored externally and deletes all the files.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
DeleteObject |
Deletes the object using appropriate provider.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
Disconnect |
Disconnects the object from database.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
EnsureBinaryData |
Makes sure that the binary data is loaded into binary column of the object when StoreToFileSystem is true.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
EnsureBinaryData(Boolean) |
Makes sure that the binary data is loaded into binary column of the object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
EnsureCodeName |
Ensures the code name of the object if not set
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
EnsureGUID |
Ensures the GUID of the object
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
EnsureUniqueCodeName |
Ensures that the object has a unique code name within it's context
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ExportDefaultData |
Exports the default object installation data
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetBinaryData |
Returns the BinaryData object of the current instance. Has to be overridden by specific classes. Returns null by default.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetCacheDependencies |
Gets collection of dependency keys to be touched when modifying the current object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetChildWhereCondition |
Gets the child object where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetColumnType |
Gets the column type.
(Overrides BaseInfoGeneralizedInfoWrapperGetColumnType(String).) | |
GetCount |
Gets count of the objects filtered by given where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetData |
Returns the data according to the set of input parameters.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetDataQuery |
Gets the data query for this object type
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetDefaultDataWhereCondition |
Gets where condition for default data according to TypeInfo configuration.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetDefaultObject |
Returns default object of given object type. Returns null by default. Example is UserInfo which returns user specified in the settings or Global Administrator.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetDependenciesNames |
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 BaseInfoGeneralizedInfoWrapper.) | |
GetDependencyObjectType |
Gets dependency object type
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetEditingPageURL |
Gets the object editing page URL.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetExisting |
Returns the existing object based on current object data.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetExternalColumns |
Returns the list of columns registered as the external columns.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetExternalFiles |
Goes through the columns which are stored externally and returns the list of particular files this object uses.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetFullObjectName |
Returns the name of the object within its parent hierarchy.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetIconUrl |
Gets the object icon URL
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetLastObjectOrder |
Returns number which will be the last order within all the other items (according to Parent, Group and Site settings).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetLockObject |
Gets the global lock object for all the instances of the object (locked on "objectType_objectId").
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetModifiedFrom |
Gets the DataSet of all the objects modified from specified date.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetObject(Int32) |
Gets the object by its ID.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetObject(String) |
Gets the object by specified where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetObject(IWhereCondition) |
Gets the object by specified where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetObjectKey |
Gets the unique string key for the object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetOriginalValue |
Returns the original value of column.
(Overrides BaseInfoGeneralizedInfoWrapperGetOriginalValue(String).) | |
GetParent |
Returns the parent object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetPhysicalFiles |
Gets DataSet with physical files for current object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetProperty |
Returns property with given name (either object or property value).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetPropertyType |
Gets the type of the given property
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetSynchronizedColumns |
Gets the list of synchronized columns for this object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetThumbnailUrl |
Gets the object thumbnail URL
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetUniqueCodeName |
Returns the unique code name generated from current object code name.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetUniqueDisplayName |
Returns the unique display name generated from current object display name.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetUniqueName |
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetValue |
Returns value of column.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetValueForTranslation |
Returns value for translation services. Returns unmodified field content by default.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
GetVirtualFileRelativePath |
Returns virtual relative path for specific column
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
InitObjectsOrder |
Initializes the proper order of the sibling objects so the order column is consistent.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
InsertAsClone(CloneSettings) |
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 BaseInfoGeneralizedInfoWrapper.) | |
InsertAsClone(CloneSettings, CloneResult) |
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 BaseInfoGeneralizedInfoWrapper.) | |
InsertData |
Inserts the object to the database.
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
Invalidate |
Invalidates the object in the object table.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsAvailableOnSite |
Checks whether info object as available on given site. Available means that object is global or assigned to given site.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsCheckedOutByUser |
Returns true if the object is checked out by the specified user.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
IsChildOf |
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 BaseInfoGeneralizedInfoWrapper.) | |
IsModifiedExternally |
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 BaseInfoGeneralizedInfoWrapper.) | |
ItemChanged |
Returns true if the item on specified column name changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
MakeComplete |
Makes the object data complete.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
MoveObjectDown |
Moves the object down within the object order (if OrderColumn is specified). The move is done within the object's parent and site (if defined).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
MoveObjectUp |
Moves the object up within the object order (if OrderColumn is specified). The move is done within the object's parent and site (if defined).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
NewObject |
Creates new object of the given class
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
NotSupported |
Throws the not supported exception
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
Reconnect |
Reconnects the object to database.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
ResetChanges |
Resets the object changes and keeps the new values as unchanged.
(Overrides BaseInfoGeneralizedInfoWrapperResetChanges.) | |
RestoreSettings |
Restores local settings for object instance.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
RevertChanges |
Reverts the object changes to the original values.
(Overrides BaseInfoGeneralizedInfoWrapperRevertChanges.) | |
SaveExternalColumns |
Goes through the columns which are stored externally and ensures them in the external storage.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
SetData |
Updates or inserts the object to the database.
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
SetObject |
Updates the object using appropriate provider.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
SetObjectAlphabeticalOrder |
Moves the object to the right position according to the custom order.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
SetObjectOrder |
Moves the object to the specified order (if OrderColumn is specified). The move is done within the object's parent and site (if defined).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
SetValue |
Sets value of column.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
SortAlphabetically |
Moves the object to the right position according to the custom order.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
StoreSettings |
Stores local settings for object instance.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
SubmitChanges |
Submits the changes in the object to the database.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
TouchParent |
Updates the parent object by saving it (to update the timestamp).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
TryGetProperty(String, Object) |
Returns property with given name (either object or property value).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
TryGetProperty(String, Object, Boolean) |
Returns value of property.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
TryGetValue |
Returns value of column.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
UpdateData |
Updates the object to the database.
(Inherited from AbstractInfoBaseTInfoGeneralizedInfoWrapper.) | |
UpdateExternalColumns |
Goes through the columns which are stored externally and updates DB versions with the data from external storage.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
UpdateFromDB |
Updates the data of the object from DB (updates also ObjectSettings).
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
UpdatePathColumn |
Updates given path column.
(Inherited from BaseInfoGeneralizedInfoWrapper.) | |
UpdatePhysicalFiles |
Updates physical files in given DataSet for current object.
(Inherited from BaseInfoGeneralizedInfoWrapper.) |