C# Class SampleWpfApplication.AddDataObjectViewModel

Datei anzeigen Open project: Syncano/syncano-dotnet Class Usage Examples

Public Methods

Method Description
AddDataObjectViewModel ( ) : System
ShowDialog ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

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

Method Details

AddDataObjectViewModel() public method

public AddDataObjectViewModel ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

ShowDialog() public method

public ShowDialog ( ) : void
return void