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

Classes

class  CheckinPlaceListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static CheckinPlaceList Repeat (CheckinPlace value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ CheckinPlaceList() [1/4]

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

◆ CheckinPlaceList() [2/4]

TRIM.SDK.CheckinPlaceList.CheckinPlaceList ( )

◆ CheckinPlaceList() [3/4]

TRIM.SDK.CheckinPlaceList.CheckinPlaceList ( CheckinPlaceList  other)

◆ CheckinPlaceList() [4/4]

TRIM.SDK.CheckinPlaceList.CheckinPlaceList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.CheckinPlaceList.Add ( CheckinPlace  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.CheckinPlaceList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.CheckinPlaceList.CopyTo ( CheckinPlace[]  array)

◆ CopyTo() [2/3]

void TRIM.SDK.CheckinPlaceList.CopyTo ( CheckinPlace[]  array,
int  arrayIndex 
)

◆ CopyTo() [3/3]

void TRIM.SDK.CheckinPlaceList.CopyTo ( int  index,
CheckinPlace[]  array,
int  arrayIndex,
int  count 
)

◆ GetEnumerator()

CheckinPlaceListEnumerator TRIM.SDK.CheckinPlaceList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.CheckinPlaceList.Insert ( int  index,
CheckinPlace  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static CheckinPlaceList TRIM.SDK.CheckinPlaceList.Repeat ( CheckinPlace  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.CheckinPlaceList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.CheckinPlaceList.Capacity
getset

◆ Count

int TRIM.SDK.CheckinPlaceList.Count
get

◆ IsFixedSize

bool TRIM.SDK.CheckinPlaceList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.CheckinPlaceList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.CheckinPlaceList.IsSynchronized
get

◆ this[int index]

CheckinPlace TRIM.SDK.CheckinPlaceList.this[int index]
getset