Interaction logic for DataServiceEditorControl.xaml
Default constructor
public Void DataServiceEditorControl()| Type | Name | Summary |
|---|---|---|
| DataOnFileChangedEventHandler | DataOnFileChanged | Fired when th file data has changed. |
Gets the DataService being edited.
public DataService GetFileData()A DataService.
InitializeComponent
public Void InitializeComponent()Sets the DataService to edit.
public Void SetFileData(dataService)| Name | Type | Summary |
|---|---|---|
| dataService | DataService | A DataService. |
| Type | Summary |
|---|---|
| ArgumentNullException | Thrown when dataService is null. |
In this document