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

Classes

class  ObjectDefListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static ObjectDefList Repeat (ObjectDef value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ ObjectDefList() [1/4]

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

◆ ObjectDefList() [2/4]

TRIM.SDK.ObjectDefList.ObjectDefList ( )

◆ ObjectDefList() [3/4]

TRIM.SDK.ObjectDefList.ObjectDefList ( ObjectDefList  other)

◆ ObjectDefList() [4/4]

TRIM.SDK.ObjectDefList.ObjectDefList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.ObjectDefList.Add ( ObjectDef  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.ObjectDefList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.ObjectDefList.CopyTo ( int  index,
ObjectDef[]  array,
int  arrayIndex,
int  count 
)

◆ CopyTo() [2/3]

void TRIM.SDK.ObjectDefList.CopyTo ( ObjectDef[]  array)

◆ CopyTo() [3/3]

void TRIM.SDK.ObjectDefList.CopyTo ( ObjectDef[]  array,
int  arrayIndex 
)

◆ GetEnumerator()

ObjectDefListEnumerator TRIM.SDK.ObjectDefList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.ObjectDefList.Insert ( int  index,
ObjectDef  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static ObjectDefList TRIM.SDK.ObjectDefList.Repeat ( ObjectDef  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.ObjectDefList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.ObjectDefList.Capacity
getset

◆ Count

int TRIM.SDK.ObjectDefList.Count
get

◆ IsFixedSize

bool TRIM.SDK.ObjectDefList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.ObjectDefList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.ObjectDefList.IsSynchronized
get

◆ this[int index]

ObjectDef TRIM.SDK.ObjectDefList.this[int index]
getset