Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.PropertyOrFieldValueList Class Reference
Inheritance diagram for HP.HPTRIM.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

HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueList ( global::System.Collections.ICollection  c)
HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueList ( )
HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueList ( PropertyOrFieldValueList  other)
HP.HPTRIM.SDK.PropertyOrFieldValueList.PropertyOrFieldValueList ( int  capacity)

Member Function Documentation

void HP.HPTRIM.SDK.PropertyOrFieldValueList.Add ( PropertyOrFieldValue  x)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.AddRange ( PropertyOrFieldValueList  values)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.Clear ( )
void HP.HPTRIM.SDK.PropertyOrFieldValueList.CopyTo ( PropertyOrFieldValue[]  array)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.CopyTo ( PropertyOrFieldValue[]  array,
int  arrayIndex 
)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.CopyTo ( int  index,
PropertyOrFieldValue[]  array,
int  arrayIndex,
int  count 
)
PropertyOrFieldValueListEnumerator HP.HPTRIM.SDK.PropertyOrFieldValueList.GetEnumerator ( )
PropertyOrFieldValueList HP.HPTRIM.SDK.PropertyOrFieldValueList.GetRange ( int  index,
int  count 
)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.Insert ( int  index,
PropertyOrFieldValue  x 
)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.InsertRange ( int  index,
PropertyOrFieldValueList  values 
)
static implicit HP.HPTRIM.SDK.PropertyOrFieldValueList.operator PropertyOrFieldValue[] ( PropertyOrFieldValueList  list)
static
static implicit HP.HPTRIM.SDK.PropertyOrFieldValueList.operator PropertyOrFieldValueList ( PropertyOrFieldValue[]  list)
static
void HP.HPTRIM.SDK.PropertyOrFieldValueList.RemoveAt ( int  index)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.RemoveRange ( int  index,
int  count 
)
static PropertyOrFieldValueList HP.HPTRIM.SDK.PropertyOrFieldValueList.Repeat ( PropertyOrFieldValue  value,
int  count 
)
static
void HP.HPTRIM.SDK.PropertyOrFieldValueList.Reverse ( )
void HP.HPTRIM.SDK.PropertyOrFieldValueList.Reverse ( int  index,
int  count 
)
void HP.HPTRIM.SDK.PropertyOrFieldValueList.SetRange ( int  index,
PropertyOrFieldValueList  values 
)

Property Documentation

int HP.HPTRIM.SDK.PropertyOrFieldValueList.Capacity
getset
int HP.HPTRIM.SDK.PropertyOrFieldValueList.Count
get
bool HP.HPTRIM.SDK.PropertyOrFieldValueList.IsFixedSize
get
bool HP.HPTRIM.SDK.PropertyOrFieldValueList.IsReadOnly
get
bool HP.HPTRIM.SDK.PropertyOrFieldValueList.IsSynchronized
get
PropertyOrFieldValue HP.HPTRIM.SDK.PropertyOrFieldValueList.this[int index]
getset