C# Class Client.InlineSubGrids.ViewModels.SimpleEditableGridViewModel

Simple Editable Grid View Model Example
Inheritance: SparkleXrm.ViewModelBase
Afficher le fichier Open project: scottdurow/SparkleXrm Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddLanguage ( string id, string name ) : void

Method Details

GetFormats() public méthode

public GetFormats ( object viewModel ) : List
viewModel object
Résultat List

GetLanguages() public méthode

public GetLanguages ( string term, Action callback ) : void
term string
callback Action
Résultat void

LoadBooks() public méthode

public LoadBooks ( ) : void
Résultat void

ResetCommand() public méthode

public ResetCommand ( ) : void
Résultat void

SimpleEditableGridViewModel() public méthode

public SimpleEditableGridViewModel ( ) : System
Résultat System