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

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

Member Function Documentation

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

Property Documentation

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