Table of Contents

Class OtherBindingRepository

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Specialized repository for binding object types

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

Constructors

OtherBindingRepository(BaseInfo)

Constructor.

public OtherBindingRepository(BaseInfo boundObject)

Parameters

boundObject BaseInfo

Parent object

Properties

BoundObject

Bound object.

public BaseInfo BoundObject { get; protected set; }

Property Value

BaseInfo

this[string]

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

public OtherBindingCollection this[string name] { get; }

Parameters

name string

Name of the inner collection

Property Value

OtherBindingCollection

Methods

NewCollectionInternal(string)

Creates a new collection

protected override InfoObjectCollection NewCollectionInternal(string type)

Parameters

type string

Object type

Returns

InfoObjectCollection