Click or drag to resize
GeneralizedAbstractInfo Methods

The GeneralizedAbstractInfo type exposes the following members.

Methods
  NameDescription
Public methodAnyItemChanged
Returns true if any of the specified column names has changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodClone
Returns the clone
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodContainsColumn
Returns true if the object contains specified column.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodDataChanged
Returns true if the object changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodDataChanged(String)
Returns true if the object changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodDeleteData
Deletes the object from the database.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodDeleteExternalColumns
Goes through the columns which are stored externally and deletes all the files.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodDeleteObject
Deletes the object using appropriate provider.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodDisconnect
Disconnects the object from database.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodEnsureBinaryData
Makes sure that the binary data is loaded into binary column of the object when StoreToFileSystem is true.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodEnsureBinaryData(Boolean)
Makes sure that the binary data is loaded into binary column of the object.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodEnsureCodeName
Ensures the code name of the object if not set
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodEnsureGUID
Ensures the GUID of the object
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodEnsureUniqueCodeName
Ensures that the object has a unique code name within it's context
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodExportDefaultData
Exports the default object installation data
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetBinaryData
Returns the BinaryData object of the current instance. Has to be overridden by specific classes. Returns null by default.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetColumnType
Gets the column type.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetCount
Gets count of the objects filtered by given where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetData
Returns the data according to the set of input parameters.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetDataQuery
Gets the data query for this object type
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetDefaultDataWhereCondition
Gets where condition for default data according to TypeInfo configuration.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetDefaultObject
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.)
Public 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 BaseInfoGeneralizedInfoWrapper.)
Public methodGetDependencyCacheKeys
Gets the array of dependency cache keys for current object.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetDependencyObjectType
Gets dependency object type
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetDependentObjectsWhereConditions
Returns dictionary collection of where conditions selecting dependent objects for each dependent type.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetEditingPageURL
Gets the object editing page URL.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetExisting
Returns the existing object based on current object data.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetExternalColumns
Returns the list of columns registered as the external columns.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetExternalFiles
Goes through the columns which are stored externally and returns the list of particular files this object uses.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetFullObjectName
Returns the name of the object within its parent hierarchy.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetChildWhereCondition
Gets the child object where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetIconUrl(Page, String)
Gets the object icon URL
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetIconUrl(Int32, Int32, Int32)
Gets the object icon URL
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetLastObjectOrder
Returns number which will be the last order within all the other items (according to Parent, Group and Site settings).
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetLockObject
Gets the global lock object for all the instances of the object (locked on "objectType_objectId").
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetModifiedFrom
Gets the DataSet of all the objects modified from specified date.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetObject(Int32)
Gets the object by its ID.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetObject(String)
Gets the object by specified where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetObject(IWhereCondition)
Gets the object by specified where condition.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetObjectKey
Gets the unique string key for the object.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetOriginalValue
Returns the original value of column.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetParent
Returns the parent object.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetPhysicalFiles
Gets DataSet with physical files for current object.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetProperty
Returns property with given name (either object or property value).
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetPropertyType
Gets the type of the given property
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetSynchronizedColumns
Gets the list of synchronized columns for this object or null if all columns are synchronized
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetThumbnailUrl
Gets the object thumbnail URL
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetUniqueCodeName
Returns the unique code name generated from current object code name.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetUniqueDisplayName
Returns the unique display name generated from current object display name.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetUniqueName
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetValue
Returns value of column.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetValueForTranslation
Returns value for translation services. Returns unmodified field content by default.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodGetVirtualFileRelativePath
Returns virtual relative path for specific column
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public 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 BaseInfoGeneralizedInfoWrapper.)
Public methodCheckLicense
Checks the object license. Returns true if the licensing conditions for this object were matched
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodCheckUniqueCodeName
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
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 BaseInfoGeneralizedInfoWrapper.)
Public methodInitObjectsOrder
Initializes the proper order of the sibling objects so the order column is consistent.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodInsertAsClone(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.)
Public methodInsertAsClone(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.)
Public methodInsertData
Inserts the object to the database.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodInvalidate
Invalidates the object in the object table.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodIsAvailableOnSite
Checks whether info object as available on given site. Available means that object is global or assigned to given site.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodIsCheckedOutByUser
Returns true if the object is checked out by the specified user.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public 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 BaseInfoGeneralizedInfoWrapper.)
Public 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 BaseInfoGeneralizedInfoWrapper.)
Public methodIsObjectInvalid
Returns true if the object is invalid.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodItemChanged
Returns true if the item on specified column name changed.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodMakeComplete
Makes the object data complete.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodMoveObjectDown
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.)
Public methodMoveObjectUp
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.)
Public methodNewObject(LoadDataSettings)
Creates new object of the given class
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodNewObject(DataRow, String) Obsolete.
Creates a new object from the given data row
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Protected methodNotSupported
Throws the not supported exception
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodReconnect
Reconnects the object to database.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodResetChanges
Resets the object changes and keeps the new values as unchanged.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodRestoreSettings
Restores local settings for object instance.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodRevertChanges
Reverts the object changes to the original values.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodSaveExternalColumns
Goes through the columns which are stored externally and ensures them in the external storage.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodSetObject
Updates the object using appropriate provider.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodSetObjectAlphabeticalOrder
Moves the object to the right position according to the custom order.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodSetObjectOrder
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.)
Public methodSetValue
Sets value of column.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodSortAlphabetically
Moves the object to the right position according to the custom order.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodStoreSettings
Stores local settings for object instance.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodSubmitChanges
Submits the changes in the object to the database.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodTouchParent
Updates the parent object by saving it (to update the timestamp).
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodTryGetProperty(String, Object)
Returns property with given name (either object or property value).
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodTryGetValue
Returns value of column.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodUpdateData
Updates the object to the database.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodUpdateExternalColumns
Goes through the columns which are stored externally and updates DB versions with the data from external storage.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodUpdateFromDB
Updates the data of the object from DB (updates also ObjectSettings).
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodUpdatePathColumn
Updates given path column.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Public methodUpdatePhysicalFiles
Updates physical files in given DataSet for current object.
(Inherited from BaseInfoGeneralizedInfoWrapper.)
Top
See Also