Micro Focus Content Manager SDK 9.4
HP.HPTRIM.SDK.LocationList Class Reference
Inheritance diagram for HP.HPTRIM.SDK.LocationList:

Classes

class  LocationListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static LocationList Repeat (Location value, int count)
 
static implicit operator Location[] (LocationList list)
 
static implicit operator LocationList (Location[] list)
 

Protected Attributes

bool swigCMemOwn
 

Properties

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

bool HP.HPTRIM.SDK.LocationList.swigCMemOwn
protected

Property Documentation

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