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

Classes

class  EmailParticipantListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static EmailParticipantList Repeat (EmailParticipant value, int count)
 
static implicit operator EmailParticipant[] (EmailParticipantList list)
 
static implicit operator EmailParticipantList (EmailParticipant[] list)
 

Properties

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

Constructor & Destructor Documentation

◆ EmailParticipantList() [1/4]

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

◆ EmailParticipantList() [2/4]

TRIM.SDK.EmailParticipantList.EmailParticipantList ( )

◆ EmailParticipantList() [3/4]

TRIM.SDK.EmailParticipantList.EmailParticipantList ( EmailParticipantList  other)

◆ EmailParticipantList() [4/4]

TRIM.SDK.EmailParticipantList.EmailParticipantList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.EmailParticipantList.Add ( EmailParticipant  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.EmailParticipantList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.EmailParticipantList.CopyTo ( EmailParticipant[]  array)

◆ CopyTo() [2/3]

void TRIM.SDK.EmailParticipantList.CopyTo ( EmailParticipant[]  array,
int  arrayIndex 
)

◆ CopyTo() [3/3]

void TRIM.SDK.EmailParticipantList.CopyTo ( int  index,
EmailParticipant[]  array,
int  arrayIndex,
int  count 
)

◆ GetEnumerator()

EmailParticipantListEnumerator TRIM.SDK.EmailParticipantList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.EmailParticipantList.Insert ( int  index,
EmailParticipant  x 
)

◆ InsertRange()

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

◆ operator EmailParticipant[]()

static implicit TRIM.SDK.EmailParticipantList.operator EmailParticipant[] ( EmailParticipantList  list)
static

◆ operator EmailParticipantList()

static implicit TRIM.SDK.EmailParticipantList.operator EmailParticipantList ( EmailParticipant[]  list)
static

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static EmailParticipantList TRIM.SDK.EmailParticipantList.Repeat ( EmailParticipant  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.EmailParticipantList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.EmailParticipantList.Capacity
getset

◆ Count

int TRIM.SDK.EmailParticipantList.Count
get

◆ IsFixedSize

bool TRIM.SDK.EmailParticipantList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.EmailParticipantList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.EmailParticipantList.IsSynchronized
get

◆ this[int index]

EmailParticipant TRIM.SDK.EmailParticipantList.this[int index]
getset