Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.PropertyDefList Class Reference
Inheritance diagram for HP.HPTRIM.SDK.PropertyDefList:

Classes

class  PropertyDefListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static PropertyDefList Repeat (PropertyDef value, int count)
 
static implicit operator PropertyDef[] (PropertyDefList list)
 
static implicit operator PropertyDefList (PropertyDef[] list)
 

Properties

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Property Documentation

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