Table of Contents

Class BindingRepository

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Specialized repository for binding object types

public class BindingRepository : InfoObjectRepository, IInfoObjectRepository<IInfoObjectCollection<BaseInfo>>, INamedEnumerable<IInfoObjectCollection<BaseInfo>>, INamedEnumerable, IHierarchicalObject, INameIndexable, ICMSStorage
Inheritance
object
BindingRepository
Implements
Inherited Members
Extension Methods

Constructors

BindingRepository(ICMSStorage)

Constructor.

public BindingRepository(ICMSStorage parentStorage)

Parameters

parentStorage ICMSStorage

Parent storage object

BindingRepository(BaseInfo)

Constructor.

public BindingRepository(BaseInfo parentObject)

Parameters

parentObject BaseInfo

Parent object

Properties

this[string]

Returns the collection of objects indexed by object type, e.g. "cms.user".

public BindingCollection this[string name] { get; }

Parameters

name string

Name of the inner collection

Property Value

BindingCollection

Methods

NewCollectionInternal(string)

Creates a new collection

protected override InfoObjectCollection NewCollectionInternal(string type)

Parameters

type string

Object type

Returns

InfoObjectCollection