Click or drag to resize
DatabaseObjectsEnumeratorFactoryCreateEnumerator Delegate
Factory method creating a new object enumerator for given object type.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public delegate IEnumerable<BaseInfo> CreateEnumerator(
	string objectType,
	IWhereCondition where
)

Parameters

objectType
Type: SystemString
Object type for which the enumerator is to be created.
where
Type: CMS.DataEngineIWhereCondition
Where condition

Return Value

Type: IEnumerableBaseInfo
New instance of object enumerator.
See Also