BCReadOnlyCollection PropertiesMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCReadOnlyCollection type exposes the following members.
Properties

  NameDescription
Public propertyCacheResults
Gets or sets a value indicating whether values should be cached.
(Inherited from BCCollectionBase.)
Public propertyColumnCount
Gets the number of properties in the tableview.
(Inherited from BCCollectionBase.)
Public propertyCount
Gets the number of elements contained in the collection.
(Inherited from BCCollectionBase.)
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyItem Int32 
Gets the element at the specified index.
(Inherited from BCCollectionBase.)
Public propertyItem String 
Gets the element identified with the specified key.
(Inherited from BCCollectionBase.)
Public propertyRowCount
Gets the number of objects in the tableview.
(Inherited from BCCollectionBase.)
Public propertyTableView
Gets the collection of an object's property values.
(Inherited from BCCollectionBase.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Back to Top
See Also