C# Class Zetbox.Client.Presentables.ZetboxBase.PropertySelectionTaskViewModel

Inheritance: WindowViewModel
Mostra file Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
CanChoose ( ) : bool
Cancel ( ) : void
Choose ( ) : void
IsInitialSelected ( System.Property p ) : bool
OnSelectedPropertySelectionChanged ( SelectedPropertyViewModel i ) : void
PropertySelectionTaskViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, ViewModel parent, ObjectClass objClass, Action callback ) : System
UpdateInitialSelectedProperties ( IEnumerable props ) : void

Private Methods

Method Description
IsPropAvailable ( System.Property prop ) : bool

Method Details

CanChoose() public method

public CanChoose ( ) : bool
return bool

Cancel() public method

public Cancel ( ) : void
return void

Choose() public method

public Choose ( ) : void
return void

IsInitialSelected() public method

public IsInitialSelected ( System.Property p ) : bool
p System.Property
return bool

OnSelectedPropertySelectionChanged() public method

public OnSelectedPropertySelectionChanged ( SelectedPropertyViewModel i ) : void
i SelectedPropertyViewModel
return void

PropertySelectionTaskViewModel() public method

public PropertySelectionTaskViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, ViewModel parent, ObjectClass objClass, Action callback ) : System
appCtx IViewModelDependencies
dataCtx IZetboxContext
parent ViewModel
objClass ObjectClass
callback Action
return System

UpdateInitialSelectedProperties() public method

public UpdateInitialSelectedProperties ( IEnumerable props ) : void
props IEnumerable
return void