Micro Focus Content Manager SDK 10.1
TRIM.SDK.CommandDefList Class Reference
Inheritance diagram for TRIM.SDK.CommandDefList:

Classes

class  CommandDefListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static CommandDefList Repeat (CommandDef value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ CommandDefList() [1/4]

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

◆ CommandDefList() [2/4]

TRIM.SDK.CommandDefList.CommandDefList ( )

◆ CommandDefList() [3/4]

TRIM.SDK.CommandDefList.CommandDefList ( CommandDefList  other)

◆ CommandDefList() [4/4]

TRIM.SDK.CommandDefList.CommandDefList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.CommandDefList.Add ( CommandDef  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.CommandDefList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.CommandDefList.CopyTo ( CommandDef[]  array)

◆ CopyTo() [2/3]

void TRIM.SDK.CommandDefList.CopyTo ( CommandDef[]  array,
int  arrayIndex 
)

◆ CopyTo() [3/3]

void TRIM.SDK.CommandDefList.CopyTo ( int  index,
CommandDef[]  array,
int  arrayIndex,
int  count 
)

◆ GetEnumerator()

CommandDefListEnumerator TRIM.SDK.CommandDefList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.CommandDefList.Insert ( int  index,
CommandDef  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static CommandDefList TRIM.SDK.CommandDefList.Repeat ( CommandDef  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.CommandDefList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.CommandDefList.Capacity
getset

◆ Count

int TRIM.SDK.CommandDefList.Count
get

◆ IsFixedSize

bool TRIM.SDK.CommandDefList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.CommandDefList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.CommandDefList.IsSynchronized
get

◆ this[int index]

CommandDef TRIM.SDK.CommandDefList.this[int index]
getset