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

Classes

class  ObjectDefListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static ObjectDefList Repeat (ObjectDef value, int count)
 

Properties

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

Constructor & Destructor Documentation

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

Member Function Documentation

void HP.HPTRIM.SDK.ObjectDefList.Add ( ObjectDef  x)
void HP.HPTRIM.SDK.ObjectDefList.AddRange ( ObjectDefList  values)
void HP.HPTRIM.SDK.ObjectDefList.Clear ( )
void HP.HPTRIM.SDK.ObjectDefList.CopyTo ( ObjectDef[]  array)
void HP.HPTRIM.SDK.ObjectDefList.CopyTo ( ObjectDef[]  array,
int  arrayIndex 
)
void HP.HPTRIM.SDK.ObjectDefList.CopyTo ( int  index,
ObjectDef[]  array,
int  arrayIndex,
int  count 
)
ObjectDefListEnumerator HP.HPTRIM.SDK.ObjectDefList.GetEnumerator ( )
ObjectDefList HP.HPTRIM.SDK.ObjectDefList.GetRange ( int  index,
int  count 
)
void HP.HPTRIM.SDK.ObjectDefList.Insert ( int  index,
ObjectDef  x 
)
void HP.HPTRIM.SDK.ObjectDefList.InsertRange ( int  index,
ObjectDefList  values 
)
void HP.HPTRIM.SDK.ObjectDefList.RemoveAt ( int  index)
void HP.HPTRIM.SDK.ObjectDefList.RemoveRange ( int  index,
int  count 
)
static ObjectDefList HP.HPTRIM.SDK.ObjectDefList.Repeat ( ObjectDef  value,
int  count 
)
static
void HP.HPTRIM.SDK.ObjectDefList.Reverse ( )
void HP.HPTRIM.SDK.ObjectDefList.Reverse ( int  index,
int  count 
)
void HP.HPTRIM.SDK.ObjectDefList.SetRange ( int  index,
ObjectDefList  values 
)

Property Documentation

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