C# Class SimpleSkin.ViewModels.VMZoneSimple

Inheritance: VMContextElement, IHighlightableElement, IHighlightableElementController
Datei anzeigen Open project: Invenietis/ck-certified

Protected Properties

Property Type Description
_keys int>.CKObservableSortedArrayKeyList

Public Methods

Method Description
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

Protected Methods

Method Description
OnConfigChanged ( object sender, CK e ) : void

Private Methods

Method Description
Dispose ( ) : void
SafeUpdateLoopCount ( ) : void
VMZoneSimple ( VMContextSimpleBase ctx, IZone zone, int index ) : System

Method Details

BeginHighlight() public method

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

EndHighlight() public method

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

OnChildAction() public method

public OnChildAction ( ActionType action ) : void
action ActionType
return void

OnConfigChanged() protected method

protected OnConfigChanged ( object sender, CK e ) : void
sender object
e CK
return void

OnUnregisterTree() public method

public OnUnregisterTree ( ) : void
return void

PreviewChildAction() public method

public PreviewChildAction ( IHighlightableElement element, ActionType action ) : ActionType
element IHighlightableElement
action ActionType
return ActionType

SelectElement() public method

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

VMZoneSimple() public method

public VMZoneSimple ( VMContextSimpleBase ctx ) : System
ctx VMContextSimpleBase
return System

Property Details

_keys protected_oe property

protected CKObservableSortedArrayKeyList _keys
return int>.CKObservableSortedArrayKeyList