C# Class Client.ContactEditor.ViewModels.ContactsEditorViewModel

Inheritance: SparkleXrm.ViewModelBase
Afficher le fichier Open project: scottdurow/SparkleXrm Class Usage Examples

Méthodes publiques

Свойство Type Description
Contacts SparkleXrm.GridEditor.EntityDataViewModel
SelectedContact Observable

Méthodes publiques

Méthode Description
AddNewContact ( ) : System.Action
CanAddNew ( ) : DependentObservable
ContactsEditorViewModel ( ) : System
Init ( ) : void
OnSelectedRowsChanged ( ) : void
OwnerSearchCommand ( string term, Action callback ) : void
ReportError ( Exception ex ) : void
ResetCommand ( ) : System.Action
SaveCommand ( ) : System.Action
SaveSelectedContact ( ) : System.Action
TransactionCurrencySearchCommand ( string term, Action callback ) : void

Private Methods

Méthode Description
AccountSearchCommand ( string term, Action callback ) : void
AddNewAccountInLine ( object item ) : void
SaveNextRecord ( List dirtyCollection, string errorMessage, System.Action callBack ) : void
SearchRecords ( string term, Action callback, string entityType, string entityNameAttribute ) : void

Method Details

AddNewContact() public méthode

public AddNewContact ( ) : System.Action
Résultat System.Action

CanAddNew() public méthode

public CanAddNew ( ) : DependentObservable
Résultat DependentObservable

ContactsEditorViewModel() public méthode

public ContactsEditorViewModel ( ) : System
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

OnSelectedRowsChanged() public méthode

public OnSelectedRowsChanged ( ) : void
Résultat void

OwnerSearchCommand() public méthode

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

ReportError() public méthode

public ReportError ( Exception ex ) : void
ex System.Exception
Résultat void

ResetCommand() public méthode

public ResetCommand ( ) : System.Action
Résultat System.Action

SaveCommand() public méthode

public SaveCommand ( ) : System.Action
Résultat System.Action

SaveSelectedContact() public méthode

public SaveSelectedContact ( ) : System.Action
Résultat System.Action

TransactionCurrencySearchCommand() public méthode

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

Property Details

Contacts public_oe property

public EntityDataViewModel,SparkleXrm.GridEditor Contacts
Résultat SparkleXrm.GridEditor.EntityDataViewModel

SelectedContact public_oe property

public Observable SelectedContact
Résultat Observable