Micro Focus Content Manager SDK 10.1
TRIM.SDK.PropertyDefList Class Reference
Inheritance diagram for TRIM.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

◆ PropertyDefList() [1/4]

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

◆ PropertyDefList() [2/4]

TRIM.SDK.PropertyDefList.PropertyDefList ( )

◆ PropertyDefList() [3/4]

TRIM.SDK.PropertyDefList.PropertyDefList ( PropertyDefList  other)

◆ PropertyDefList() [4/4]

TRIM.SDK.PropertyDefList.PropertyDefList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.PropertyDefList.Add ( PropertyDef  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.PropertyDefList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.PropertyDefList.CopyTo ( int  index,
PropertyDef[]  array,
int  arrayIndex,
int  count 
)

◆ CopyTo() [2/3]

void TRIM.SDK.PropertyDefList.CopyTo ( PropertyDef[]  array)

◆ CopyTo() [3/3]

void TRIM.SDK.PropertyDefList.CopyTo ( PropertyDef[]  array,
int  arrayIndex 
)

◆ GetEnumerator()

PropertyDefListEnumerator TRIM.SDK.PropertyDefList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.PropertyDefList.Insert ( int  index,
PropertyDef  x 
)

◆ InsertRange()

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

◆ operator PropertyDef[]()

static implicit TRIM.SDK.PropertyDefList.operator PropertyDef[] ( PropertyDefList  list)
static

◆ operator PropertyDefList()

static implicit TRIM.SDK.PropertyDefList.operator PropertyDefList ( PropertyDef[]  list)
static

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static PropertyDefList TRIM.SDK.PropertyDefList.Repeat ( PropertyDef  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.PropertyDefList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.PropertyDefList.Capacity
getset

◆ Count

int TRIM.SDK.PropertyDefList.Count
get

◆ IsFixedSize

bool TRIM.SDK.PropertyDefList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.PropertyDefList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.PropertyDefList.IsSynchronized
get

◆ this[int index]

PropertyDef TRIM.SDK.PropertyDefList.this[int index]
getset