C# 클래스 SimpleSkin.ViewModels.VMZoneSimple

상속: VMContextElement, IHighlightableElement, IHighlightableElementController
파일 보기 프로젝트 열기: Invenietis/ck-certified

보호된 프로퍼티들

프로퍼티 타입 설명
_keys int>.CKObservableSortedArrayKeyList

공개 메소드들

메소드 설명
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
OnChildAction ( ActionType action ) : void
OnUnregisterTree ( ) : void
PreviewChildAction ( IHighlightableElement element, ActionType action ) : ActionType
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
VMZoneSimple ( VMContextSimpleBase ctx ) : System

보호된 메소드들

메소드 설명
OnConfigChanged ( object sender, CK e ) : void

비공개 메소드들

메소드 설명
Dispose ( ) : void
SafeUpdateLoopCount ( ) : void
VMZoneSimple ( VMContextSimpleBase ctx, IZone zone, int index ) : System

메소드 상세

BeginHighlight() 공개 메소드

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

EndHighlight() 공개 메소드

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

OnChildAction() 공개 메소드

public OnChildAction ( ActionType action ) : void
action ActionType
리턴 void

OnConfigChanged() 보호된 메소드

protected OnConfigChanged ( object sender, CK e ) : void
sender object
e CK
리턴 void

OnUnregisterTree() 공개 메소드

public OnUnregisterTree ( ) : void
리턴 void

PreviewChildAction() 공개 메소드

public PreviewChildAction ( IHighlightableElement element, ActionType action ) : ActionType
element IHighlightableElement
action ActionType
리턴 ActionType

SelectElement() 공개 메소드

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

VMZoneSimple() 공개 메소드

public VMZoneSimple ( VMContextSimpleBase ctx ) : System
ctx VMContextSimpleBase
리턴 System

프로퍼티 상세

_keys 보호되어 있는 프로퍼티

protected CKObservableSortedArrayKeyList _keys
리턴 int>.CKObservableSortedArrayKeyList