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

Classes

class  EventProcessTypeListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static EventProcessTypeList Repeat (EventProcessType value, int count)
 

Properties

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Property Documentation

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