Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.EmailParticipantList Class Reference
Inheritance diagram for HP.HPTRIM.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

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

Member Function Documentation

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

Property Documentation

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