Represents a collection of property definitions stored in the environment.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public class BCStoredPropertyDefCollection : BCRepositoryObject, 
	IEnumerable<BCPropertyDef>, IEnumerable
Visual Basic
Public Class BCStoredPropertyDefCollection _
	Inherits BCRepositoryObject _
	Implements IEnumerable(Of BCPropertyDef), IEnumerable
Visual C++
public ref class BCStoredPropertyDefCollection : public BCRepositoryObject, 
	IEnumerable<BCPropertyDef^>, IEnumerable

Inheritance Hierarchy

System..::..Object
  BlueCieloECM.InnoCielo.Meridian..::..DisposableObject
    BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
      BlueCieloECM.InnoCielo.Meridian.Server..::..BCStoredPropertyDefCollection

See Also