Click or drag to resize

BCPropertyCollection Class

Represents a collection of BCProperty objects.
Inheritance Hierarchy
SystemObject
  BlueCieloECM.InnoCielo.MeridianDisposableObject
    BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyCollection

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public class BCPropertyCollection : DisposableObject, 
	IEnumerable<BCProperty>, IEnumerable

The BCPropertyCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of properties contained in the collection.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyItemInt32
Gets the property at the specified index.
Public propertyItemString
Gets the property identified with the specified Name property value.
Public propertyName
Gets the name of the collection.
Public propertyPropertySet
Gets the property set to which the properties belong.
Public propertyRepository
Gets the repository to which the object belongs.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
Methods
  NameDescription
Public methodAdd
Adds a property to the collection.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet Obsolete.
Gets the property identified with the specified Name property value.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNewProperty
Creates a new property with the specified name.
Protected methodOnDispose
The method is called on the Dispose method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodRemove
Removes a property from the collection.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also