Micro Focus Content Manager SDK 10.1
TRIM.SDK.PropertyOrFieldDefList Class Reference
Inheritance diagram for TRIM.SDK.PropertyOrFieldDefList:

Classes

class  PropertyOrFieldDefListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static PropertyOrFieldDefList Repeat (PropertyOrFieldDef value, int count)
 
static implicit operator PropertyOrFieldDef[] (PropertyOrFieldDefList list)
 
static implicit operator PropertyOrFieldDefList (PropertyOrFieldDef[] list)
 

Properties

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

Constructor & Destructor Documentation

◆ PropertyOrFieldDefList() [1/4]

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

◆ PropertyOrFieldDefList() [2/4]

TRIM.SDK.PropertyOrFieldDefList.PropertyOrFieldDefList ( )

◆ PropertyOrFieldDefList() [3/4]

TRIM.SDK.PropertyOrFieldDefList.PropertyOrFieldDefList ( PropertyOrFieldDefList  other)

◆ PropertyOrFieldDefList() [4/4]

TRIM.SDK.PropertyOrFieldDefList.PropertyOrFieldDefList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.PropertyOrFieldDefList.Add ( PropertyOrFieldDef  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.PropertyOrFieldDefList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.PropertyOrFieldDefList.CopyTo ( int  index,
PropertyOrFieldDef[]  array,
int  arrayIndex,
int  count 
)

◆ CopyTo() [2/3]

void TRIM.SDK.PropertyOrFieldDefList.CopyTo ( PropertyOrFieldDef[]  array)

◆ CopyTo() [3/3]

void TRIM.SDK.PropertyOrFieldDefList.CopyTo ( PropertyOrFieldDef[]  array,
int  arrayIndex 
)

◆ GetEnumerator()

PropertyOrFieldDefListEnumerator TRIM.SDK.PropertyOrFieldDefList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.PropertyOrFieldDefList.Insert ( int  index,
PropertyOrFieldDef  x 
)

◆ InsertRange()

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

◆ operator PropertyOrFieldDef[]()

static implicit TRIM.SDK.PropertyOrFieldDefList.operator PropertyOrFieldDef[] ( PropertyOrFieldDefList  list)
static

◆ operator PropertyOrFieldDefList()

static implicit TRIM.SDK.PropertyOrFieldDefList.operator PropertyOrFieldDefList ( PropertyOrFieldDef[]  list)
static

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static PropertyOrFieldDefList TRIM.SDK.PropertyOrFieldDefList.Repeat ( PropertyOrFieldDef  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.PropertyOrFieldDefList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.PropertyOrFieldDefList.Capacity
getset

◆ Count

int TRIM.SDK.PropertyOrFieldDefList.Count
get

◆ IsFixedSize

bool TRIM.SDK.PropertyOrFieldDefList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.PropertyOrFieldDefList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.PropertyOrFieldDefList.IsSynchronized
get

◆ this[int index]

PropertyOrFieldDef TRIM.SDK.PropertyOrFieldDefList.this[int index]
getset