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

Classes

class  ApiExplorerRowListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static ApiExplorerRowList Repeat (ExplorerRow value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ ApiExplorerRowList() [1/4]

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

◆ ApiExplorerRowList() [2/4]

TRIM.SDK.ApiExplorerRowList.ApiExplorerRowList ( )

◆ ApiExplorerRowList() [3/4]

TRIM.SDK.ApiExplorerRowList.ApiExplorerRowList ( ApiExplorerRowList  other)

◆ ApiExplorerRowList() [4/4]

TRIM.SDK.ApiExplorerRowList.ApiExplorerRowList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.ApiExplorerRowList.Add ( ExplorerRow  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.ApiExplorerRowList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.ApiExplorerRowList.CopyTo ( ExplorerRow[]  array)

◆ CopyTo() [2/3]

void TRIM.SDK.ApiExplorerRowList.CopyTo ( ExplorerRow[]  array,
int  arrayIndex 
)

◆ CopyTo() [3/3]

void TRIM.SDK.ApiExplorerRowList.CopyTo ( int  index,
ExplorerRow[]  array,
int  arrayIndex,
int  count 
)

◆ GetEnumerator()

ApiExplorerRowListEnumerator TRIM.SDK.ApiExplorerRowList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.ApiExplorerRowList.Insert ( int  index,
ExplorerRow  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static ApiExplorerRowList TRIM.SDK.ApiExplorerRowList.Repeat ( ExplorerRow  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.ApiExplorerRowList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.ApiExplorerRowList.Capacity
getset

◆ Count

int TRIM.SDK.ApiExplorerRowList.Count
get

◆ IsFixedSize

bool TRIM.SDK.ApiExplorerRowList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.ApiExplorerRowList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.ApiExplorerRowList.IsSynchronized
get

◆ this[int index]

ExplorerRow TRIM.SDK.ApiExplorerRowList.this[int index]
getset