C# Class Client.InlineSubGrids.ViewModels.SimpleEditableGridViewModel

Simple Editable Grid View Model Example
Inheritance: SparkleXrm.ViewModelBase
Show file Open project: scottdurow/SparkleXrm Class Usage Examples

Public Methods

Method Description
GetFormats ( object viewModel ) : List
GetLanguages ( string term, Action callback ) : void
LoadBooks ( ) : void
ResetCommand ( ) : void
SimpleEditableGridViewModel ( ) : System

Private Methods

Method Description
AddLanguage ( string id, string name ) : void

Method Details

GetFormats() public method

public GetFormats ( object viewModel ) : List
viewModel object
return List

GetLanguages() public method

public GetLanguages ( string term, Action callback ) : void
term string
callback Action
return void

LoadBooks() public method

public LoadBooks ( ) : void
return void

ResetCommand() public method

public ResetCommand ( ) : void
return void

SimpleEditableGridViewModel() public method

public SimpleEditableGridViewModel ( ) : System
return System