InfoObjectCollectionTInfo Class |
Namespace: CMS.DataEngine
public class InfoObjectCollection<TInfo> : AbstractHierarchicalObject<InfoObjectCollection<TInfo>>, IInfoObjectCollection<TInfo>, IInfoObjectCollection, IComparable, INamedEnumerable, IEnumerable, IIndexable, INameIndexable, IVirtualTypedCollection, ITypedCollection, ICMSQueryable, IMacroSecurityCheckPermissions, ICMSQueryable<TInfo>, IOrderedQueryable<TInfo>, IQueryable<TInfo>, IEnumerable<TInfo>, IQueryable, IOrderedQueryable, INamedEnumerable<TInfo>, IIndexable<TInfo>, INameIndexable<TInfo>, IDisposable where TInfo : BaseInfo
The InfoObjectCollectionTInfo type exposes the following members.
Name | Description | |
---|---|---|
InfoObjectCollectionTInfo |
Constructor
| |
InfoObjectCollectionTInfo(DataSet) |
Constructor. Creates a static collection populated from DataSet
| |
InfoObjectCollectionTInfo(String) |
Constructor
|
Name | Description | |
---|---|---|
ObjectInitializer |
Provides a way how to initialize the object instance based on given data
|
Name | Description | |
---|---|---|
AllowPaging |
If true, the paging of the data is allowed (data is loaded in batches).
| |
AutomaticNameColumn |
If true, the automatic name column is used within this collection
| |
CheckLicense |
If true, the collection check license when getting data
| |
CodeNames |
Collection of the object code names
| |
ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) | |
Columns |
Columns to get.
| |
Count |
Returns the number of items.
| |
DeletedItems |
Returns the items collection.
| |
DisplayNames |
Collection of the object display names
| |
DynamicWhereCondition |
Dynamic where condition.
| |
ElementType |
Returns the element type.
| |
EnforceReadOnlyDataAccess |
If true, the read only access to the data is enforced within the transaction.
| |
Expression |
Query expression
| |
FieldsAsObjects |
Related objects wrappers
| |
FirstItem |
Returns the first item of the collection
| |
GUIDs |
Collection of the object GUIDs
| |
IDs |
Collection of the object IDs
| |
InternalCount |
Internal count of the items
| |
IsCachedObject |
If true, the object is cached within the system for later use
| |
IsDisconnected |
Returns true if the collection is disconnected from the data source
| |
IsLastVersion |
If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
| |
IsOffline |
Returns true, if the collection is offline (not backed up by the database but by the source data)
| |
ItemInt32 |
Gets or sets the object on specific index.
| |
ItemString |
Returns the object registered by the specific name.
| |
Items |
Returns the items collection.
| |
ItemsAsFields |
Fields wrappers
| |
ItemsHaveNames |
Returns true if the items in the collection have names
| |
ItemType |
Result type
| |
LastItem |
Returns the last item of the collection
| |
LoadBinaryData |
Gets or sets the value which indicates whether to load binary data into the collections.
| |
Name |
Collection name. Returns object type if name is not defined
| |
NameColumn |
Name column name
| |
NewItems |
Returns the items collection.
| |
Object |
Object instance of the specified type.
| |
ObjectsByName |
Objects by name collection.
| |
ObjectType |
Returns the object type of the objects stored within the collection.
| |
OrderByColumns |
Order by expression.
| |
PageSize |
Page size for loading of the items.
| |
ParentObject |
Parent object. Instance of object which contains this collection as it's inner field.
| |
ParentStorage |
Parent storage
| |
Properties |
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.) | |
PropertyList |
Used property list
(Inherited from AbstractHierarchicalObjectTObject.) | |
Provider |
Query provider
| |
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.) | |
RemovedObject |
Defines the removed object within collection
| |
SiteID |
Site ID to filter the collection to a particular site
| |
SortNames |
If true, the names in enumeration are sorted
| |
SourceData |
Source data for the collection
| |
TopN |
Select top N objects.
| |
TypeInfo |
Type info for the collection object.
| |
UseDefaultCacheDependencies |
If true, the collection uses default cache dependencies to flush it's content
| |
UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
UseLocalProperties |
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
UseObjectTypeCondition |
If true, the collection uses the type condition to get the data
| |
Where |
Where condition.
|
Name | Description | |
---|---|---|
Add(BaseInfo) |
Adds new object to the collection.
| |
Add(IEnumerableBaseInfo) |
Adds new object to the collection.
| |
AddCacheDependencies |
Adds the given list of cache dependencies to the collection
| |
AsTType |
Makes a wrapper of the collection with specified type of the items.
| |
CacheDependenciesChanged |
Ensures the actions when the cache dependencies have changed
| |
ChangeParent |
Changes the parent of the collection
| |
Clear |
Clears the current items in the collection.
| |
ClearCache |
Clears the collection cache
| |
ClearCacheCallback |
Clears the collection cache
| |
Clone |
Creates the clone of the collection.
| |
CloneCollection |
Creates the clone of this collection.
| |
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.) | |
CompareTo |
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.
| |
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) | |
CopyPropertiesTo |
Copies the properties of this collection to the other collection
| |
CreateChild |
Creates the child collection based on the given provider
| |
CreateNewObject |
Creates new instance of the encapsulated object.
| |
CreateQueryProvider |
Creates a LINQ query provider for this collection
| |
Disconnect |
Disconnects the collection from the database
| |
Dispose |
Disposes the object
| |
EnsureItems |
Ensures the specified number of items in the item list.
| |
EnsureObjectValues |
Ensures the proper values for the given object
| |
GetCacheDependencyKeys |
Gets the list of cache dependency keys on which this collection depends
| |
GetCompleteWhereCondition |
Gets the complete where condition for the collection
| |
GetData |
Gets the data for the collection.
| |
GetEmptyObject |
Gets an empty object for this collection
| |
GetEnumerator |
Gets the enumerator for the collection
| |
GetEnumeratorInternal |
Gets the enumerator for the collection.
| |
GetFieldsAsObjects(String) |
Gets the collection of objects that are referenced by the given property
| |
GetFieldsAsObjects(String, String) |
Gets the collection of objects that are referenced by the given property
| |
GetFullData |
Gets the data set of the data behind this collection
| |
GetItem |
Gets the item on the specified index.
| |
GetItemsAsFields |
Returns the updatable collection of fields of collection items
| |
GetNameWhereCondition |
Gets the where condition for the given object name.
| |
GetObjectByNameInternal |
Gets the object by its name, internal representation that gets data from database
| |
GetObjectName(Object) |
Gets the unique object name from the given object.
| |
GetObjectName(TInfo) |
Gets the unique object name from the given object.
| |
GetObjectToCheck |
Gets an object for which to perform the permissions check.
| |
GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetSubsetOrderBy |
Returns the clone of the collection with specified order by applied
| |
GetSubsetWhere |
Returns the clone of the collection with specified where condition applied
| |
GetSubsetWhereNotEmpty |
Returns the clone of the collection with specified column not being empty
| |
GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.) | |
Init |
Initializes the collection to use specific object type
| |
Load |
Clears the data in the collection and loads objects from the given list.
| |
MakeEmpty |
Makes the collection empty.
| |
Reconnect |
Reconnects the collection to the database
| |
RegisterClearCacheCallback |
Registers the callback to clear the collection cache
| |
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
(Overrides AbstractSimpleDataContainerTObjectRegisterColumns.) | |
RegisterProperties |
Registers the properties of this object
(Overrides AbstractHierarchicalObjectTObjectRegisterProperties.) | |
RegisterProperties(ListString) |
Registers supported properties
| |
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.) | |
Remove(IEnumerableTInfo) |
Removes the specified object from the collection.
| |
Remove(TInfo) |
Removes the specified object from the collection.
| |
RemoveClearCacheCallback |
Removes the callback to clear the collection cache
| |
SetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
SubmitChanges |
Submits the changes in the collection to the database.
| |
ToString |
Provides a string representation of the collection
(Overrides ObjectToString.) | |
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.) | |
UseData |
Initializes the collection with the given source data
| |
ValidateItem |
Validates whether the item can be member of the collection (collection can work with it). Returns true if item is valid.
|
Name | Description | |
---|---|---|
(InfoObjectCollectionTInfo to DataSet) |
Implicit operator for conversion from ObjectCollection class to DataSet
|
Name | Description | |
---|---|---|
BatchTInfo |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
GetNamedEnumeratorT |
Name enumerator over a collection
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |