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