C# 클래스 Rsdn.Janus.RateMarkCollection

Коллекция поставленнных оценок.
상속: IOutboxRateCollection, ITreeNode, IGetData, IOutboxCollection, IKeyedNode
파일 보기 프로젝트 열기: rsdn/janus 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckLoad void
ICollection void
IEnumerable IEnumerator
Load void
RateMarkCollection System
this ITreeNodeITreeNode.System

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckLoad ( ) : void
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
Load ( ) : void
RateMarkCollection ( IServiceProvider provider, OutboxManager manager ) : System
this ( int index ) : ITreeNodeITreeNode.System

메소드 상세

Add() 공개 메소드

public Add ( IOutboxRate item ) : void
item IOutboxRate
리턴 void

Add() 공개 메소드

public Add ( int mid, MessageRates rate ) : void
mid int
rate MessageRates
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( IOutboxRate item ) : bool
item IOutboxRate
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( IOutboxRate array, int arrayIndex ) : void
array IOutboxRate
arrayIndex int
리턴 void

Delete() 공개 메소드

public Delete ( RateMark rate ) : void
rate RateMark
리턴 void

GetData() 공개 메소드

public GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
nodeInfo NodeInfo
cellData CellInfo
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( IOutboxRate item ) : bool
item IOutboxRate
리턴 bool