C# Class SimpleSkin.ViewModels.VMZoneSimple

Inheritance: VMContextElement, IHighlightableElement, IHighlightableElementController
Afficher le fichier Open project: Invenietis/ck-certified

Protected Properties

Свойство Type Description
_keys int>.CKObservableSortedArrayKeyList

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnConfigChanged ( object sender, CK e ) : void

Private Methods

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

Method Details

BeginHighlight() public méthode

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

EndHighlight() public méthode

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

OnChildAction() public méthode

public OnChildAction ( ActionType action ) : void
action ActionType
Résultat void

OnConfigChanged() protected méthode

protected OnConfigChanged ( object sender, CK e ) : void
sender object
e CK
Résultat void

OnUnregisterTree() public méthode

public OnUnregisterTree ( ) : void
Résultat void

PreviewChildAction() public méthode

public PreviewChildAction ( IHighlightableElement element, ActionType action ) : ActionType
element IHighlightableElement
action ActionType
Résultat ActionType

SelectElement() public méthode

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

VMZoneSimple() public méthode

public VMZoneSimple ( VMContextSimpleBase ctx ) : System
ctx VMContextSimpleBase
Résultat System

Property Details

_keys protected_oe property

protected CKObservableSortedArrayKeyList _keys
Résultat int>.CKObservableSortedArrayKeyList