DynamicObjectTypeInfo Class |
Namespace: CMS.DataEngine
public class DynamicObjectTypeInfo : ObjectTypeInfo
The DynamicObjectTypeInfo type exposes the following members.
Name | Description | |
---|---|---|
DynamicObjectTypeInfo |
Constructor.
|
Name | Description | |
---|---|---|
AddDependencies |
Adds object dependencies to the existing ones.
(Inherited from ObjectTypeInfo.) | |
AddNewInstance | Obsolete.
Registers a new object instance
(Inherited from ObjectTypeInfo.) | |
ApplyTypeCondition |
Applies condition defined in TypeCondition property to the given info. Returns info without changes if TypeCondition is null.
(Inherited from ObjectTypeInfo.) | |
AreChildrenInvalid |
Returns true if the direct child objects are invalid.
(Inherited from ObjectTypeInfo.) | |
Clone |
Returns clone of type info where all the properties are copied.
(Inherited from ObjectTypeInfo.) | |
CombineWith |
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.) | |
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) | |
CopyEventsTo |
Copies the event's hooks from current ObjectTypeInfo to specified one.
(Inherited from ObjectTypeInfo.) | |
GetBindingColumns |
Gets the list of columns representing binding
(Inherited from ObjectTypeInfo.) | |
GetBindingWhereCondition |
Gets the where condition to limit the objects to specific binding dependencies. Use this method for 3 and more-keys bindings.
(Inherited from ObjectTypeInfo.) | |
GetDependencyForColumn |
Gets the dependency settings for the given column or null if the settings is not found or unknown.
(Inherited from ObjectTypeInfo.) | |
GetDependencyWhereCondition(String, String, Object) | Obsolete.
Gets the where condition to limit the objects to specific dependencies.
(Inherited from ObjectTypeInfo.) | |
GetDependencyWhereCondition(String, String, TupleString, NullableInt32) |
Gets the where condition to limit the objects to specific dependencies.
(Inherited from ObjectTypeInfo.) | |
GetInstances | Obsolete.
Gets the list of instances of the objects.
(Inherited from ObjectTypeInfo.) | |
GetNiceObjectTypeName |
Gets the nice objext type name for this type
(Inherited from ObjectTypeInfo.) | |
GetObjectPathWhereCondition |
Gets the where condition to limit the objects to specific path.
(Inherited from ObjectTypeInfo.) | |
GetObjectTypeForColumn |
Gets the object type for the given column or null if the object type is not found or unknown.
(Inherited from ObjectTypeInfo.) | |
GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetSiteWhereCondition |
Gets the where condition to limit the objects to specific site.
(Inherited from ObjectTypeInfo.) | |
GetTypeColumns |
Returns the column names of specified object type, separated by semicolon.
(Inherited from ObjectTypeInfo.) | |
GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
HasEvents |
Returns true if this type info has some events
(Inherited from ObjectTypeInfo.) | |
HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.) | |
CheckTypeCondition |
Checks if condition defined in TypeCondition is not violated by the given info.
(Inherited from ObjectTypeInfo.) | |
ChildrenInvalidated |
Invalidates direct child objects of specific parent.
(Inherited from ObjectTypeInfo.) | |
IncludeToParentDataSet |
Gets value of appropriate include to parent data set property due to operation.
(Inherited from ObjectTypeInfo.) | |
InvalidateAllObjects |
Invalidates all objects of this type.
(Inherited from ObjectTypeInfo.) | |
InvalidateAllObjects(Boolean) |
Invalidates all objects of this type.
(Inherited from ObjectTypeInfo.) | |
InvalidateColumnNames |
Invalidates column names.
(Inherited from ObjectTypeInfo.) | |
InvalidateColumnNames(Boolean) |
Invalidates column names.
(Inherited from ObjectTypeInfo.) | |
IsDynamicDependency | Obsolete.
Indicates if dependency object type id dynamic
(Inherited from ObjectTypeInfo.) | |
IsForeignKey |
Indicates if given column is foreign key.
(Inherited from ObjectTypeInfo.) | |
IsObjectInvalid |
Returns true if the object is invalid.
(Inherited from ObjectTypeInfo.) | |
ObjectInvalidated |
Invalidates specific object.
(Inherited from ObjectTypeInfo.) | |
RaiseOnLoadRelatedData |
Raises the on load related data event.
(Inherited from ObjectTypeInfo.) | |
RaiseOnLogObjectChange |
Raises the OnLogObjectChange event.
(Inherited from ObjectTypeInfo.) | |
RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumns |
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterProperties |
Registers the properties of this object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisterProperty(String, FuncTObject, Object) |
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisterProperty(String, Object, FuncTObject, Object, Object) |
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.) | |
RemoveInstance | Obsolete.
Removes a new object instance from the list
(Inherited from ObjectTypeInfo.) | |
SetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
ToJSON |
Returns JSON representation of TypeInfo instance.
(Inherited from ObjectTypeInfo.) | |
ToXML |
Returns XML representation of TypeInfo instance.
(Inherited from ObjectTypeInfo.) | |
TryGetProperty(String, Object) |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
TryGetProperty(String, Object, Boolean) |
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
AllowDataExport |
Specifies whether the object supports data export. By default the value is true for all objects except binding objects.
(Inherited from ObjectTypeInfo.) | |
AllowPostProcessing |
Indicates if object allows post-processing during the import and staging process.
(Inherited from ObjectTypeInfo.) | |
AllowRestore |
Indicates if the object supports deleting to recycle bin. By default the value is true for all objects except binding objects.
(Inherited from ObjectTypeInfo.) | |
AllowTouchParent |
Indicates if parent is allowed to be touched, if exists. Default is true.
(Inherited from ObjectTypeInfo.) | |
AssemblyNameColumn |
Name of the column with assembly name.
(Inherited from ObjectTypeInfo.) | |
BinaryColumn |
Binary column name of the info record.
(Inherited from ObjectTypeInfo.) | |
BindingObjectTypes |
Binding object types, list of object types separated by semicolon.
(Inherited from ObjectTypeInfo.) | |
CategoryIDColumn |
Category ID column name.
(Inherited from ObjectTypeInfo.) | |
CategoryObject |
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.) | |
ClassStructureInfo |
Class structure information. If not set explicitly, it is retrieved automatically by class name.
(Inherited from ObjectTypeInfo.) | |
CodeColumn |
Name of the column that contains code of the object (markup).
(Inherited from ObjectTypeInfo.) | |
CodeNameColumn |
Code name column name of the info record.
(Inherited from ObjectTypeInfo.) | |
ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) | |
ColumnsInvalidated |
Indicates whether column names are invalidated. Default is false.
(Inherited from ObjectTypeInfo.) | |
ConsistsOf |
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.) | |
ContainsMacros |
Indicates if the object may contain some macros in it's values. Default is true.
(Inherited from ObjectTypeInfo.) | |
CSSColumn |
Name of the column that contains CSS of the object.
(Inherited from ObjectTypeInfo.) | |
CustomizedColumnsColumn |
Column name which contains customized columns.
(Inherited from ObjectTypeInfo.) | |
DefaultData |
Default data exported within installation.
(Inherited from ObjectTypeInfo.) | |
DefaultOrderBy |
Default order by clause for getting data.
(Inherited from ObjectTypeInfo.) | |
DeleteAsDependency |
Indicates if object should be deleted when removing dependencies of other object.
(Inherited from ObjectTypeInfo.) | |
DeleteObjectWithAPI |
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.) | |
DependsOn |
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.) | |
DisplayNameColumn |
Display name column name of the info record.
(Inherited from ObjectTypeInfo.) | |
EnabledColumn |
Name of the column which determines whether the object is enabled or disabled within the system.
(Inherited from ObjectTypeInfo.) | |
Events |
Events handled by object of this type
(Inherited from ObjectTypeInfo.) | |
Extends |
List of columns which which this object extends other objects as a foreign key.
(Inherited from ObjectTypeInfo.) | |
ExtensionColumn |
File extension column (for objects with binary column - column which specifies extension type of binary data).
(Inherited from ObjectTypeInfo.) | |
Feature |
Get/sets info's feature for license check
(Inherited from ObjectTypeInfo.) | |
FormDefinitionColumn |
Form definition column name
(Inherited from ObjectTypeInfo.) | |
GroupIDColumn |
Community group ID column name of the info record, returns specific column if the object can be also group object.
(Inherited from ObjectTypeInfo.) | |
GUIDColumn |
GUID column.
(Inherited from ObjectTypeInfo.) | |
HasAutomaticProperties |
If true, the object of this type has got some automatic properties
(Inherited from ObjectTypeInfo.) | |
HasExternalColumns |
If true, the object has externally stored columns. Default is false.
(Inherited from ObjectTypeInfo.) | |
HasMetaFiles |
If true, the objects can have meta files. By default no metafiles to simplify general processes
(Inherited from ObjectTypeInfo.) | |
HasObjectRelationships |
If true, the objects can have relationships to other objects. By default no relationships to simplify general processes.
(Inherited from ObjectTypeInfo.) | |
HasObjectSettings |
Indicates if the object can have object settings. Default is false.
(Inherited from ObjectTypeInfo.) | |
HasProcesses |
If true, the processes can be run on the objects. By default no processes to simplify general processes.
(Inherited from ObjectTypeInfo.) | |
HasScheduledTasks |
If true, the scheduled tasks can be run on the objects. By default no scheduled tasks to simplify general processes.
(Inherited from ObjectTypeInfo.) | |
CheckDependenciesOnDelete |
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.) | |
CheckPermissions |
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.) | |
ChildDependencyColumns |
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.) | |
ChildObjectTypes |
Child object types, list of object types separated by semicolon.
(Inherited from ObjectTypeInfo.) | |
IconGUIDColumn |
Name of the column that contains the GUID of the object icon meta file.
(Inherited from ObjectTypeInfo.) | |
IconMetaFileGroup |
Name of the meta file group of the icon meta file.
(Inherited from ObjectTypeInfo.) | |
IDColumn |
ID column.
(Inherited from ObjectTypeInfo.) | |
ImportExportSettings |
Import/export settings.
(Inherited from ObjectTypeInfo.) | |
IncludeToSynchronizationParentDataSet |
If false, the object is not included in the parent DataSet (for synchronization).
(Inherited from ObjectTypeInfo.) | |
IncludeToVersionParentDataSet |
Indicates if the objects should be included in version data set of it's parent
(Inherited from ObjectTypeInfo.) | |
InfoType |
Info class type
(Inherited from ObjectTypeInfo.) | |
Inherited |
Indicates if the type info is inherited (list info for example).
(Inherited from ObjectTypeInfo.) | |
InstanceCount |
Gets the number of registered isntances.
(Inherited from ObjectTypeInfo.) | |
IsBinding |
Returns true if the object is binding. Set forces the object to behave as binding.
(Inherited from ObjectTypeInfo.) | |
IsCategory |
Returns true if object is category type. Default is false.
(Inherited from ObjectTypeInfo.) | |
IsCustomColumn |
Column name of the info record for flag IsCustom.
(Inherited from ObjectTypeInfo.) | |
IsDataObjectType |
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.) | |
IsMainObject |
Indicates if the object is main (= is not child of other objects).
(Inherited from ObjectTypeInfo.) | |
IsMultipleBinding |
Indicates if the object is binding between more than two objects.
(Inherited from ObjectTypeInfo.) | |
IsSelfBinding |
Returns true if the binding is binding to the same object as parent.
(Inherited from ObjectTypeInfo.) | |
IsSiteBinding |
Returns true if the object is site binding.
(Inherited from ObjectTypeInfo.) | |
IsSiteObject |
Returns true if the object is site
(Inherited from ObjectTypeInfo.) | |
IsTriggerTarget |
If true, the object can be targeted by triggers. Default is false.
(Inherited from ObjectTypeInfo.) | |
IsValid |
Indicates if dynamic type info is valid and shouldn't be updated based on current state of definition
| |
IsVirtualObject |
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.) | |
IsWrapper |
Returns true if object is wrapper. Object consists of several partial objects.
(Inherited from ObjectTypeInfo.) | |
Item |
Gets the value of particular property
(Inherited from AbstractHierarchicalObjectTObject.) | |
LastObjectInvalidated |
Last time of the object invalidation.
(Inherited from ObjectTypeInfo.) | |
LogEvents |
If true, Events tasks are logged on the object update. Default is false.
(Inherited from ObjectTypeInfo.) | |
LogIntegration |
If true, integration tasks are being logged. Default is true.
(Inherited from ObjectTypeInfo.) | |
LogSynchronization |
If true, synchronization tasks are logged on the object update.
(Inherited from ObjectTypeInfo.) | |
MaxCodeNameLength |
Maximum length of the object code name.
(Inherited from ObjectTypeInfo.) | |
MimeTypeColumn |
Mime type column (for objects with binary column - column which specifies mime type of binary data).
(Inherited from ObjectTypeInfo.) | |
ModuleInfo |
Returns ModuleInfo object retrieved by ModuleName.
(Inherited from ObjectTypeInfo.) | |
ModuleName |
Name of the module where the object belongs.
(Inherited from ObjectTypeInfo.) | |
Name |
Object type name, if not set, ObjectClassName is returned.
(Inherited from ObjectTypeInfo.) | |
NameGloballyUnique |
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.) | |
NestedInfoTypes |
List of nested info object types that contain the data internally
(Inherited from ObjectTypeInfo.) | |
ObjectClassName |
Object class name.
(Inherited from ObjectTypeInfo.) | |
ObjectDependencies |
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.) | |
ObjectIDPathColumn |
ID path column name of the info record, returns specific column if the object has hierarchical structure.
(Inherited from ObjectTypeInfo.) | |
ObjectLevelColumn |
Object level column. If the object has hierarchical structure, determines the depth within the tree.
(Inherited from ObjectTypeInfo.) | |
ObjectNamePathColumn |
Name path column name of the info record, returns specific column if the object has hierarchical structure.
(Inherited from ObjectTypeInfo.) | |
ObjectPathColumn |
Path column name of the info record, returns specific column if the object has hierarchical structure.
(Inherited from ObjectTypeInfo.) | |
ObjectType |
Object type.
(Inherited from ObjectTypeInfo.) | |
OrderColumn |
Order column name of the info record.
(Inherited from ObjectTypeInfo.) | |
OriginalObjectType |
Original object type of virtual object types. For normal object type it's same as object type.
(Inherited from ObjectTypeInfo.) | |
OriginalTypeInfo |
Original object type of virtual object types. For normal object type it's same as object type.
(Inherited from ObjectTypeInfo.) | |
OtherBindingObjectTypes |
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.) | |
ParentIDColumn |
Parent ID column name of the info record, returns specific column if the object is child object (has parent).
(Inherited from ObjectTypeInfo.) | |
ParentObjectType |
Parent object type.
(Inherited from ObjectTypeInfo.) | |
ParentTypeInfo |
Parent type information of the info record if the object is child object (has parent).
(Inherited from ObjectTypeInfo.) | |
PossibleParentIDColumn |
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.) | |
Properties |
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.) | |
PropertyList |
Used property list
(Inherited from AbstractHierarchicalObjectTObject.) | |
ProviderIsCustomizable |
Indicates if provider supports methods customization
(Inherited from ObjectTypeInfo.) | |
ProviderObject |
Returns the provider object for this type info.
(Inherited from ObjectTypeInfo.) | |
ProviderType |
Provider type.
(Inherited from ObjectTypeInfo.) | |
ReferenceColumnNames |
Names of the columns that reference some object.
(Inherited from ObjectTypeInfo.) | |
RegisterAsBindingToObjectTypes |
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.) | |
RegisterAsChildToObjectTypes |
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.) | |
RegisterAsOtherBindingToObjectTypes |
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.) | |
RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredProperties |
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisteredPropertiesObject |
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RelatedTypeInfos |
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.) | |
RememberUniGridState |
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.) | |
RequiredObject |
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.) | |
ResourceIDColumn |
Resource ID column name of the info record, returns specific column if the object is dependant on a resource.
(Inherited from ObjectTypeInfo.) | |
SearchContentColumn |
Column which stores cached content extracted for this Info object to be used in search indexing. Used by the method EnsureSearchContent.
(Inherited from ObjectTypeInfo.) | |
SensitiveColumns |
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.) | |
SiteBinding |
Site binding object type (if exists).
(Inherited from ObjectTypeInfo.) | |
SiteBindingObject |
Site binding object (if exists).
(Inherited from ObjectTypeInfo.) | |
SiteIDColumn |
Site ID column name of the info record.
(Inherited from ObjectTypeInfo.) | |
SizeColumn |
File size column (for objects with binary column - column which specifies size of the binary data).
(Inherited from ObjectTypeInfo.) | |
SupportsCloneToOtherSite |
Indicates if object can be cloned to different site than the site of the original. Default is true.
(Inherited from ObjectTypeInfo.) | |
SupportsCloning |
Indicates if object can be cloned. Default is true.
(Inherited from ObjectTypeInfo.) | |
SupportsGlobalObjects |
If true, object can be either site or global (for example poll). Default is false.
(Inherited from ObjectTypeInfo.) | |
SupportsInvalidation |
If true, the object is automatically invalidated upon it's change. Default is false.
(Inherited from ObjectTypeInfo.) | |
SupportsLocking |
Indicates is the object supports locking (check-in / check-out). Default is false.
(Inherited from ObjectTypeInfo.) | |
SupportsSearch |
Indicates if object can be searched. Default is true for main objects.
(Inherited from ObjectTypeInfo.) | |
SupportsVersioning |
Indicates if the object versioning is supported. Default is false.
(Inherited from ObjectTypeInfo.) | |
SynchronizationObjectTreeLocations |
Object tree locations for synchronization
(Inherited from ObjectTypeInfo.) | |
ThumbnailGUIDColumn |
Name of the column that contains the GUID of the object thumbnail meta file.
(Inherited from ObjectTypeInfo.) | |
ThumbnailMetaFileGroup |
Name of the meta file group of the thumbnail meta file.
(Inherited from ObjectTypeInfo.) | |
TimeStampColumn |
Time stamp column.
(Inherited from ObjectTypeInfo.) | |
TouchCacheDependencies |
If true, cache dependencies are touched when the object is changed. Default is false.
(Inherited from ObjectTypeInfo.) | |
TypeCondition |
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.) | |
UpdateTimeStamp |
If true, timestamp of the object is updated when saved.
(Inherited from ObjectTypeInfo.) | |
UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
UseLocalProperties |
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
VersionGUIDColumn |
Name of the column that contains the version GUID of the object.
(Inherited from ObjectTypeInfo.) | |
WhereCondition |
Default where condition restricting the data of this particular object type.
(Inherited from ObjectTypeInfo.) | |
WrapperObjectType |
Wrapper object type - type of the object which is is a wrapper for this object type.
(Inherited from ObjectTypeInfo.) |
Name | Description | |
---|---|---|
OnLoadRelatedData |
Fires when the related data should be loaded to the object.
(Inherited from ObjectTypeInfo.) | |
OnLogObjectChange |
Fires when the object change should be logged - Handler for particular type info
(Inherited from ObjectTypeInfo.) |