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

Classes

class  PropertyOrFieldDefListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static PropertyOrFieldDefList Repeat (PropertyOrFieldDef value, int count)
 
static implicit operator PropertyOrFieldDef[] (PropertyOrFieldDefList list)
 
static implicit operator PropertyOrFieldDefList (PropertyOrFieldDef[] list)
 

Properties

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Property Documentation

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