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

Classes

class  PropertyOrFieldValueListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static PropertyOrFieldValueList Repeat (PropertyOrFieldValue value, int count)
 
static implicit operator PropertyOrFieldValue[] (PropertyOrFieldValueList list)
 
static implicit operator PropertyOrFieldValueList (PropertyOrFieldValue[] list)
 

Properties

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

Constructor & Destructor Documentation

◆ PropertyOrFieldValueList() [1/4]

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

◆ PropertyOrFieldValueList() [2/4]

TRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueList ( )

◆ PropertyOrFieldValueList() [3/4]

TRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueList ( PropertyOrFieldValueList  other)

◆ PropertyOrFieldValueList() [4/4]

TRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.PropertyOrFieldValueList.Add ( PropertyOrFieldValue  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.PropertyOrFieldValueList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.PropertyOrFieldValueList.CopyTo ( int  index,
PropertyOrFieldValue[]  array,
int  arrayIndex,
int  count 
)

◆ CopyTo() [2/3]

void TRIM.SDK.PropertyOrFieldValueList.CopyTo ( PropertyOrFieldValue[]  array)

◆ CopyTo() [3/3]

void TRIM.SDK.PropertyOrFieldValueList.CopyTo ( PropertyOrFieldValue[]  array,
int  arrayIndex 
)

◆ GetEnumerator()

PropertyOrFieldValueListEnumerator TRIM.SDK.PropertyOrFieldValueList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.PropertyOrFieldValueList.Insert ( int  index,
PropertyOrFieldValue  x 
)

◆ InsertRange()

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

◆ operator PropertyOrFieldValue[]()

static implicit TRIM.SDK.PropertyOrFieldValueList.operator PropertyOrFieldValue[] ( PropertyOrFieldValueList  list)
static

◆ operator PropertyOrFieldValueList()

static implicit TRIM.SDK.PropertyOrFieldValueList.operator PropertyOrFieldValueList ( PropertyOrFieldValue[]  list)
static

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static PropertyOrFieldValueList TRIM.SDK.PropertyOrFieldValueList.Repeat ( PropertyOrFieldValue  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.PropertyOrFieldValueList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.PropertyOrFieldValueList.Capacity
getset

◆ Count

int TRIM.SDK.PropertyOrFieldValueList.Count
get

◆ IsFixedSize

bool TRIM.SDK.PropertyOrFieldValueList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.PropertyOrFieldValueList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.PropertyOrFieldValueList.IsSynchronized
get

◆ this[int index]

PropertyOrFieldValue TRIM.SDK.PropertyOrFieldValueList.this[int index]
getset