Click or drag to resize
FullNameInfoObjectCollection Class
Collection of GeneralizedInfos indexed by full name of the object
Inheritance Hierarchy
System.Object
  CMS.Base.AbstractSimpleDataContainer<InfoObjectCollection<BaseInfo>>
    CMS.Base.AbstractDataContainer<InfoObjectCollection<BaseInfo>>
      CMS.Base.AbstractHierarchicalObject<InfoObjectCollection<BaseInfo>>
        CMS.DataEngine.InfoObjectCollection<BaseInfo>
          CMS.DataEngine.InfoObjectCollection
            CMS.DataEngine.FullNameInfoObjectCollection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class FullNameInfoObjectCollection : InfoObjectCollection

The FullNameInfoObjectCollection type exposes the following members.

Constructors
  NameDescription
Public methodFullNameInfoObjectCollection
Constructor
Top
Fields
Properties
  NameDescription
Public propertyAllowPaging
If true, the paging of the data is allowed (data is loaded in batches).
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyAutomaticNameColumn
If true, the automatic name column is used within this collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyCodeNames
Collection of the object code names
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Public propertyColumns
Columns to get.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyCount
Returns the number of items.
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyDeletedItems
Returns the items collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyDisplayNames
Collection of the object display names
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyDynamicWhereCondition
Dynamic where condition.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyElementType
Returns the element type.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyEnforceReadOnlyDataAccess
If true, the read only access to the data is enforced within the transaction.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyExpression
Query expression
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyFieldsAsObjects
Related objects wrappers
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyFirstItem
Returns the first item of the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyGUIDs
Collection of the object GUIDs
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyCheckLicense
If true, the collection check license when getting data
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIDs
Collection of the object IDs
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyInternalCount
Internal count of the items
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsCachedObject
If true, the object is cached within the system for later use
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsDisconnected
Returns true if the collection is disconnected from the data source
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsLastVersion
If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsOffline
Returns true, if the collection is offline (not backed up by the database but by the source data)
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItem[Int32]
Gets or sets the object on specific index.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItem[String]
Returns the object registered by the specific name.
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyItems
Returns the items collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItemsAsFields
Fields wrappers
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItemsHaveNames
Returns true if the items in the collection have names
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItemType
Result type
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyLastItem
Returns the last item of the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyLoadBinaryData
Gets or sets the value which indicates whether to load binary data into the collections.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyName
Collection name. Returns object type if name is not defined
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyNameColumn
Name column name
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyNameTransformation
Transformation function for object to name translation
Protected propertyNewItems
Returns the items collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyObject
Object instance of the specified type.
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyObjectsByName
Objects by name collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyObjectType
Returns the object type of the objects stored within the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyOrderByColumns
Order by expression.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyPageSize
Page size for loading of the items.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyParentObject
Parent object. Instance of object which contains this collection as it's inner field.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyParentObjectType
Parent object type
Public propertyParentStorage
Parent storage
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyProvider
Query provider
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRemovedObject
Defines the removed object within collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertySiteID
Site ID to filter the collection to a particular site
(Inherited from InfoObjectCollection<TInfo>.)
Public propertySortNames
If true, the names in enumeration are sorted
(Inherited from InfoObjectCollection<TInfo>.)
Public propertySourceData
Source data for the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyTopN
Select top N objects.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyTypeInfo
Type info for the collection object.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyUseDefaultCacheDependencies
If true, the collection uses default cache dependencies to flush it's content
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyUseObjectTypeCondition
If true, the collection uses the type condition to get the data
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyWhere
Where condition.
(Inherited from InfoObjectCollection<TInfo>.)
Top
Methods
  NameDescription
Public methodAdd(BaseInfo[])
Adds new object to the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodAdd(IEnumerable<BaseInfo>)
Adds new object to the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodAddCacheDependencies
Adds the given list of cache dependencies to the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public methodAs<TType>
Makes a wrapper of the collection with specified type of the items.
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodCacheDependenciesChanged
Ensures the actions when the cache dependencies have changed
(Inherited from InfoObjectCollection<TInfo>.)
Public methodClear
Clears the current items in the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodClearCache
Clears the collection cache
(Inherited from InfoObjectCollection<TInfo>.)
Public methodClone
Creates the clone of the collection.
(Overrides InfoObjectCollection.Clone().)
Public methodCloneCollection
Creates the clone of this collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodCombineWith
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>.)
Public methodCompareTo
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>.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Protected methodCopyPropertiesTo
Copies the properties of this collection to the other collection
(Overrides InfoObjectCollection<TInfo>.CopyPropertiesTo(IInfoObjectCollection).)
Public methodCreateChild
Creates the child collection based on the given provider
(Inherited from InfoObjectCollection<TInfo>.)
Public methodCreateNewObject
Creates new instance of the encapsulated object.
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodCreateQueryProvider
Creates a LINQ query provider for this collection
(Inherited from InfoObjectCollection<TInfo>.)
Public methodDisconnect
Disconnects the collection from the database
(Inherited from InfoObjectCollection<TInfo>.)
Public methodDispose
Disposes the object
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodEnsureItems
Ensures the specified number of items in the item list.
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodEnsureObjectValues
Ensures the proper values for the given object
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodGetCacheDependencyKeys
Gets the list of cache dependency keys on which this collection depends
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetCompleteWhereCondition
Gets the complete where condition for the collection
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodGetData
Gets the data for the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetEmptyObject
Gets an empty object for this collection
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetEnumerator
Gets the enumerator for the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetEnumeratorInternal
Gets the enumerator for the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetFieldsAsObjects(String)
Gets the collection of objects that are referenced by the given property
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodGetFieldsAsObjects(String, String)
Gets the collection of objects that are referenced by the given property
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodGetFullData
Gets the data set of the data behind this collection
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodGetItem
Gets the item on the specified index.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetItemsAsFields
Returns the updatable collection of fields of collection items
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetNameWhereCondition
Gets the where condition for the given object name.
(Overrides InfoObjectCollection<TInfo>.GetNameWhereCondition(String).)
Protected methodGetObjectByNameInternal
Gets the object by its name, internal representation that gets data from database
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetObjectName(Object)
Gets the unique object name from the given object.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetObjectName(BaseInfo)
Gets the unique object name from the given object.
(Overrides InfoObjectCollection<TInfo>.GetObjectName(BaseInfo).)
Public methodGetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodGetSubsetOrderBy
Returns the clone of the collection with specified order by applied
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetSubsetWhere
Returns the clone of the collection with specified where condition applied
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetSubsetWhereNotEmpty
Returns the clone of the collection with specified column not being empty
(Inherited from InfoObjectCollection<TInfo>.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Public methodHasSetter
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodChangeParent
Changes the parent of the collection
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodInit
Initializes the collection to use specific object type
(Inherited from InfoObjectCollection<TInfo>.)
Public methodLoad
Clears the data in the collection and loads objects from the given list.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodMakeEmpty
Makes the collection empty.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodReconnect
Reconnects the collection to the database
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodRegisterClearCacheCallback
Registers the callback to clear the collection cache
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodRegisterColumn(String, Func<TObject, Object>)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodRegisterProperties()
Registers the properties of this object
(Inherited from InfoObjectCollection<TInfo>.)
Public methodRegisterProperties(List<String>)
Registers supported properties
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodRegisterProperty(String, Func<TObject, Object>)
Registers the given property to the object
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected methodRegisterProperty(String, Object, Func<TObject, Object, Object>)
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodRemove(IEnumerable<TInfo>)
Removes the specified object from the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodRemove(TInfo[])
Removes the specified object from the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodRemoveClearCacheCallback
Removes the callback to clear the collection cache
(Inherited from InfoObjectCollection<TInfo>.)
Public methodSetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Public methodSubmitChanges
Submits the changes in the collection to the database.
(Inherited from InfoObjectCollection<TInfo>.)
Public methodToString
Provides a string representation of the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public methodTryGetProperty(String, Object)
Gets the context property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from AbstractHierarchicalObject<TObject>.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodUseData
Initializes the collection with the given source data
(Inherited from InfoObjectCollection<TInfo>.)
Protected methodValidateItem
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>.)
Top
See Also