C# Class SampleWpfApplication.AddDataObjectViewModel

Afficher le fichier Open project: Syncano/syncano-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
AddDataObjectViewModel ( ) : System
ShowDialog ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
Add ( ) : void
Cancel ( ) : void
CreateDataDefinitaionRequest ( string title, string text, string link, string imagePath, ObservableCollection additionalItems ) : DataObjectDefinitionRequest
Load ( ) : void

Method Details

AddDataObjectViewModel() public méthode

public AddDataObjectViewModel ( ) : System
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

ShowDialog() public méthode

public ShowDialog ( ) : void
Résultat void