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

Classes

class  PropertyValueListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static PropertyValueList Repeat (PropertyValue value, int count)
 
static implicit operator PropertyValue[] (PropertyValueList list)
 
static implicit operator PropertyValueList (PropertyValue[] list)
 

Properties

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

Constructor & Destructor Documentation

◆ PropertyValueList() [1/4]

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

◆ PropertyValueList() [2/4]

TRIM.SDK.PropertyValueList.PropertyValueList ( )

◆ PropertyValueList() [3/4]

TRIM.SDK.PropertyValueList.PropertyValueList ( PropertyValueList  other)

◆ PropertyValueList() [4/4]

TRIM.SDK.PropertyValueList.PropertyValueList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.PropertyValueList.Add ( PropertyValue  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.PropertyValueList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.PropertyValueList.CopyTo ( int  index,
PropertyValue[]  array,
int  arrayIndex,
int  count 
)

◆ CopyTo() [2/3]

void TRIM.SDK.PropertyValueList.CopyTo ( PropertyValue[]  array)

◆ CopyTo() [3/3]

void TRIM.SDK.PropertyValueList.CopyTo ( PropertyValue[]  array,
int  arrayIndex 
)

◆ GetEnumerator()

PropertyValueListEnumerator TRIM.SDK.PropertyValueList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.PropertyValueList.Insert ( int  index,
PropertyValue  x 
)

◆ InsertRange()

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

◆ operator PropertyValue[]()

static implicit TRIM.SDK.PropertyValueList.operator PropertyValue[] ( PropertyValueList  list)
static

◆ operator PropertyValueList()

static implicit TRIM.SDK.PropertyValueList.operator PropertyValueList ( PropertyValue[]  list)
static

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static PropertyValueList TRIM.SDK.PropertyValueList.Repeat ( PropertyValue  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.PropertyValueList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.PropertyValueList.Capacity
getset

◆ Count

int TRIM.SDK.PropertyValueList.Count
get

◆ IsFixedSize

bool TRIM.SDK.PropertyValueList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.PropertyValueList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.PropertyValueList.IsSynchronized
get

◆ this[int index]

PropertyValue TRIM.SDK.PropertyValueList.this[int index]
getset