C# Class Rsdn.Janus.RateMarkCollection

Коллекция поставленнных оценок.
Inheritance: IOutboxRateCollection, ITreeNode, IGetData, IOutboxCollection, IKeyedNode
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Private Properties

Свойство Type Description
CheckLoad void
ICollection void
IEnumerable IEnumerator
Load void
RateMarkCollection System
this ITreeNodeITreeNode.System

Méthodes publiques

Méthode Description
Add ( IOutboxRate item ) : void
Add ( int mid, MessageRates rate ) : void
Clear ( ) : void
Contains ( IOutboxRate item ) : bool
CopyTo ( IOutboxRate array, int arrayIndex ) : void
Delete ( RateMark rate ) : void
GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
GetEnumerator ( ) : IEnumerator
Refresh ( ) : void
Remove ( IOutboxRate item ) : bool

Private Methods

Méthode Description
CheckLoad ( ) : void
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
Load ( ) : void
RateMarkCollection ( IServiceProvider provider, OutboxManager manager ) : System
this ( int index ) : ITreeNodeITreeNode.System

Method Details

Add() public méthode

public Add ( IOutboxRate item ) : void
item IOutboxRate
Résultat void

Add() public méthode

public Add ( int mid, MessageRates rate ) : void
mid int
rate MessageRates
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( IOutboxRate item ) : bool
item IOutboxRate
Résultat bool

CopyTo() public méthode

public CopyTo ( IOutboxRate array, int arrayIndex ) : void
array IOutboxRate
arrayIndex int
Résultat void

Delete() public méthode

public Delete ( RateMark rate ) : void
rate RateMark
Résultat void

GetData() public méthode

public GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
nodeInfo NodeInfo
cellData CellInfo
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Remove() public méthode

public Remove ( IOutboxRate item ) : bool
item IOutboxRate
Résultat bool