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
-
objectOtherBindingCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
OtherBindingCollection(string, BaseInfo)
Constructor
public OtherBindingCollection(string objectType, BaseInfo boundObject)
Parameters
objectType
stringObject type
boundObject
BaseInfoBound object
Properties
BoundObject
Bound object.
public BaseInfo BoundObject { get; protected set; }
Property Value
Methods
Clone()
Creates the clone of the collection.
public override IInfoObjectCollection<BaseInfo> Clone()
Returns
EnsureObjectValues(BaseInfo)
Ensures the proper values for the given object
protected override void EnsureObjectValues(BaseInfo item)
Parameters
item
BaseInfoItem in which ensure the values
GetBindingColumn(out string)
Gets the binding column and object type
protected override string GetBindingColumn(out string targetObjectType)
Parameters
targetObjectType
stringReturns target object type
Returns
- string