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

Classes

class  EmailAttachmentListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static EmailAttachmentList Repeat (EmailAttachment value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ EmailAttachmentList() [1/4]

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

◆ EmailAttachmentList() [2/4]

TRIM.SDK.EmailAttachmentList.EmailAttachmentList ( )

◆ EmailAttachmentList() [3/4]

TRIM.SDK.EmailAttachmentList.EmailAttachmentList ( EmailAttachmentList  other)

◆ EmailAttachmentList() [4/4]

TRIM.SDK.EmailAttachmentList.EmailAttachmentList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.EmailAttachmentList.Add ( EmailAttachment  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.EmailAttachmentList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.EmailAttachmentList.CopyTo ( EmailAttachment[]  array)

◆ CopyTo() [2/3]

void TRIM.SDK.EmailAttachmentList.CopyTo ( EmailAttachment[]  array,
int  arrayIndex 
)

◆ CopyTo() [3/3]

void TRIM.SDK.EmailAttachmentList.CopyTo ( int  index,
EmailAttachment[]  array,
int  arrayIndex,
int  count 
)

◆ GetEnumerator()

EmailAttachmentListEnumerator TRIM.SDK.EmailAttachmentList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.EmailAttachmentList.Insert ( int  index,
EmailAttachment  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static EmailAttachmentList TRIM.SDK.EmailAttachmentList.Repeat ( EmailAttachment  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.EmailAttachmentList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.EmailAttachmentList.Capacity
getset

◆ Count

int TRIM.SDK.EmailAttachmentList.Count
get

◆ IsFixedSize

bool TRIM.SDK.EmailAttachmentList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.EmailAttachmentList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.EmailAttachmentList.IsSynchronized
get

◆ this[int index]

EmailAttachment TRIM.SDK.EmailAttachmentList.this[int index]
getset