OpenText Content Manager SDK 23.3 and 23.4
TRIM.SDK.FieldDefinitionList.FieldDefinitionListEnumerator Class Reference
Inheritance diagram for TRIM.SDK.FieldDefinitionList.FieldDefinitionListEnumerator:

Public Member Functions

 FieldDefinitionListEnumerator (FieldDefinitionList collection)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

FieldDefinition Current [get]
 

Detailed Description

Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.

Constructor & Destructor Documentation

◆ FieldDefinitionListEnumerator()

TRIM.SDK.FieldDefinitionList.FieldDefinitionListEnumerator.FieldDefinitionListEnumerator ( FieldDefinitionList  collection)

Member Function Documentation

◆ Dispose()

void TRIM.SDK.FieldDefinitionList.FieldDefinitionListEnumerator.Dispose ( )

◆ MoveNext()

bool TRIM.SDK.FieldDefinitionList.FieldDefinitionListEnumerator.MoveNext ( )

◆ Reset()

void TRIM.SDK.FieldDefinitionList.FieldDefinitionListEnumerator.Reset ( )

Property Documentation

◆ Current

FieldDefinition TRIM.SDK.FieldDefinitionList.FieldDefinitionListEnumerator.Current
get