Micro Focus Content Manager SDK 10.1
TRIM.SDK.EventProcessTypeList Class Reference
Inheritance diagram for TRIM.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

◆ EventProcessTypeList() [1/4]

TRIM.SDK.EventProcessTypeList.EventProcessTypeList ( global::System.Collections.ICollection  c)

◆ EventProcessTypeList() [2/4]

TRIM.SDK.EventProcessTypeList.EventProcessTypeList ( )

◆ EventProcessTypeList() [3/4]

TRIM.SDK.EventProcessTypeList.EventProcessTypeList ( EventProcessTypeList  other)

◆ EventProcessTypeList() [4/4]

TRIM.SDK.EventProcessTypeList.EventProcessTypeList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.EventProcessTypeList.Add ( EventProcessType  x)

◆ AddRange()

void TRIM.SDK.EventProcessTypeList.AddRange ( EventProcessTypeList  values)

◆ Clear()

void TRIM.SDK.EventProcessTypeList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.EventProcessTypeList.CopyTo ( EventProcessType[]  array)

◆ CopyTo() [2/3]

void TRIM.SDK.EventProcessTypeList.CopyTo ( EventProcessType[]  array,
int  arrayIndex 
)

◆ CopyTo() [3/3]

void TRIM.SDK.EventProcessTypeList.CopyTo ( int  index,
EventProcessType[]  array,
int  arrayIndex,
int  count 
)

◆ GetEnumerator()

EventProcessTypeListEnumerator TRIM.SDK.EventProcessTypeList.GetEnumerator ( )

◆ GetRange()

EventProcessTypeList TRIM.SDK.EventProcessTypeList.GetRange ( int  index,
int  count 
)

◆ Insert()

void TRIM.SDK.EventProcessTypeList.Insert ( int  index,
EventProcessType  x 
)

◆ InsertRange()

void TRIM.SDK.EventProcessTypeList.InsertRange ( int  index,
EventProcessTypeList  values 
)

◆ RemoveAt()

void TRIM.SDK.EventProcessTypeList.RemoveAt ( int  index)

◆ RemoveRange()

void TRIM.SDK.EventProcessTypeList.RemoveRange ( int  index,
int  count 
)

◆ Repeat()

static EventProcessTypeList TRIM.SDK.EventProcessTypeList.Repeat ( EventProcessType  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.EventProcessTypeList.Reverse ( )

◆ Reverse() [2/2]

void TRIM.SDK.EventProcessTypeList.Reverse ( int  index,
int  count 
)

◆ SetRange()

void TRIM.SDK.EventProcessTypeList.SetRange ( int  index,
EventProcessTypeList  values 
)

Property Documentation

◆ Capacity

int TRIM.SDK.EventProcessTypeList.Capacity
getset

◆ Count

int TRIM.SDK.EventProcessTypeList.Count
get

◆ IsFixedSize

bool TRIM.SDK.EventProcessTypeList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.EventProcessTypeList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.EventProcessTypeList.IsSynchronized
get

◆ this[int index]

EventProcessType TRIM.SDK.EventProcessTypeList.this[int index]
getset