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

Classes

class  ExplorerCategoryListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static ExplorerCategoryList Repeat (ExplorerCategory value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ ExplorerCategoryList() [1/4]

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

◆ ExplorerCategoryList() [2/4]

TRIM.SDK.ExplorerCategoryList.ExplorerCategoryList ( )

◆ ExplorerCategoryList() [3/4]

TRIM.SDK.ExplorerCategoryList.ExplorerCategoryList ( ExplorerCategoryList  other)

◆ ExplorerCategoryList() [4/4]

TRIM.SDK.ExplorerCategoryList.ExplorerCategoryList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.ExplorerCategoryList.Add ( ExplorerCategory  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.ExplorerCategoryList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.ExplorerCategoryList.CopyTo ( ExplorerCategory[]  array)

◆ CopyTo() [2/3]

void TRIM.SDK.ExplorerCategoryList.CopyTo ( ExplorerCategory[]  array,
int  arrayIndex 
)

◆ CopyTo() [3/3]

void TRIM.SDK.ExplorerCategoryList.CopyTo ( int  index,
ExplorerCategory[]  array,
int  arrayIndex,
int  count 
)

◆ GetEnumerator()

ExplorerCategoryListEnumerator TRIM.SDK.ExplorerCategoryList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.ExplorerCategoryList.Insert ( int  index,
ExplorerCategory  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static ExplorerCategoryList TRIM.SDK.ExplorerCategoryList.Repeat ( ExplorerCategory  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.ExplorerCategoryList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.ExplorerCategoryList.Capacity
getset

◆ Count

int TRIM.SDK.ExplorerCategoryList.Count
get

◆ IsFixedSize

bool TRIM.SDK.ExplorerCategoryList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.ExplorerCategoryList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.ExplorerCategoryList.IsSynchronized
get

◆ this[int index]

ExplorerCategory TRIM.SDK.ExplorerCategoryList.this[int index]
getset