Table of Contents

Class OtherBindingCollection

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Info collection of object other bindings

public class OtherBindingCollection : BindingCollection, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, IInfoObjectCollection<BaseInfo>, IInfoObjectCollection, IVirtualTypedCollection, ICMSQueryable<BaseInfo>, ICMSQueryable, INamedEnumerable<BaseInfo>, INamedEnumerable, IIndexable<BaseInfo>, INameIndexable<BaseInfo>, INameIndexable, IIndexable
Inheritance
object
OtherBindingCollection
Implements
Inherited Members
Extension Methods

Constructors

OtherBindingCollection(string, BaseInfo)

Constructor

public OtherBindingCollection(string objectType, BaseInfo boundObject)

Parameters

objectType string

Object type

boundObject BaseInfo

Bound object

Properties

BoundObject

Bound object.

public BaseInfo BoundObject { get; protected set; }

Property Value

BaseInfo

Methods

Clone()

Creates the clone of the collection.

public override IInfoObjectCollection<BaseInfo> Clone()

Returns

IInfoObjectCollection<BaseInfo>

EnsureObjectValues(BaseInfo)

Ensures the proper values for the given object

protected override void EnsureObjectValues(BaseInfo item)

Parameters

item BaseInfo

Item in which ensure the values

GetBindingColumn(out string)

Gets the binding column and object type

protected override string GetBindingColumn(out string targetObjectType)

Parameters

targetObjectType string

Returns target object type

Returns

string