Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.FieldDefinitionList Class Reference
Inheritance diagram for HP.HPTRIM.SDK.FieldDefinitionList:

Classes

class  FieldDefinitionListEnumerator
 

Public Member Functions

 FieldDefinitionList (global::System.Collections.ICollection c)
 
void CopyTo (FieldDefinition[] array)
 
void CopyTo (FieldDefinition[] array, int arrayIndex)
 
void CopyTo (int index, FieldDefinition[] array, int arrayIndex, int count)
 
FieldDefinitionListEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (FieldDefinition x)
 
 FieldDefinitionList ()
 
 FieldDefinitionList (FieldDefinitionList other)
 
 FieldDefinitionList (int capacity)
 
void AddRange (FieldDefinitionList values)
 
FieldDefinitionList GetRange (int index, int count)
 
void Insert (int index, FieldDefinition x)
 
void InsertRange (int index, FieldDefinitionList values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, FieldDefinitionList values)
 

Static Public Member Functions

static FieldDefinitionList Repeat (FieldDefinition value, int count)
 
static implicit operator FieldDefinition[] (FieldDefinitionList list)
 
static implicit operator FieldDefinitionList (FieldDefinition[] list)
 

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
FieldDefinition this[int index] [get, set]
 
int Capacity [get, set]
 
int Count [get]
 
bool IsSynchronized [get]
 

Constructor & Destructor Documentation

HP.HPTRIM.SDK.FieldDefinitionList.FieldDefinitionList ( global::System.Collections.ICollection  c)
HP.HPTRIM.SDK.FieldDefinitionList.FieldDefinitionList ( )
HP.HPTRIM.SDK.FieldDefinitionList.FieldDefinitionList ( FieldDefinitionList  other)
HP.HPTRIM.SDK.FieldDefinitionList.FieldDefinitionList ( int  capacity)

Member Function Documentation

void HP.HPTRIM.SDK.FieldDefinitionList.Add ( FieldDefinition  x)
void HP.HPTRIM.SDK.FieldDefinitionList.AddRange ( FieldDefinitionList  values)
void HP.HPTRIM.SDK.FieldDefinitionList.Clear ( )
void HP.HPTRIM.SDK.FieldDefinitionList.CopyTo ( FieldDefinition[]  array)
void HP.HPTRIM.SDK.FieldDefinitionList.CopyTo ( FieldDefinition[]  array,
int  arrayIndex 
)
void HP.HPTRIM.SDK.FieldDefinitionList.CopyTo ( int  index,
FieldDefinition[]  array,
int  arrayIndex,
int  count 
)
FieldDefinitionListEnumerator HP.HPTRIM.SDK.FieldDefinitionList.GetEnumerator ( )
FieldDefinitionList HP.HPTRIM.SDK.FieldDefinitionList.GetRange ( int  index,
int  count 
)
void HP.HPTRIM.SDK.FieldDefinitionList.Insert ( int  index,
FieldDefinition  x 
)
void HP.HPTRIM.SDK.FieldDefinitionList.InsertRange ( int  index,
FieldDefinitionList  values 
)
static implicit HP.HPTRIM.SDK.FieldDefinitionList.operator FieldDefinition[] ( FieldDefinitionList  list)
static
static implicit HP.HPTRIM.SDK.FieldDefinitionList.operator FieldDefinitionList ( FieldDefinition[]  list)
static
void HP.HPTRIM.SDK.FieldDefinitionList.RemoveAt ( int  index)
void HP.HPTRIM.SDK.FieldDefinitionList.RemoveRange ( int  index,
int  count 
)
static FieldDefinitionList HP.HPTRIM.SDK.FieldDefinitionList.Repeat ( FieldDefinition  value,
int  count 
)
static
void HP.HPTRIM.SDK.FieldDefinitionList.Reverse ( )
void HP.HPTRIM.SDK.FieldDefinitionList.Reverse ( int  index,
int  count 
)
void HP.HPTRIM.SDK.FieldDefinitionList.SetRange ( int  index,
FieldDefinitionList  values 
)

Property Documentation

int HP.HPTRIM.SDK.FieldDefinitionList.Capacity
getset
int HP.HPTRIM.SDK.FieldDefinitionList.Count
get
bool HP.HPTRIM.SDK.FieldDefinitionList.IsFixedSize
get
bool HP.HPTRIM.SDK.FieldDefinitionList.IsReadOnly
get
bool HP.HPTRIM.SDK.FieldDefinitionList.IsSynchronized
get
FieldDefinition HP.HPTRIM.SDK.FieldDefinitionList.this[int index]
getset