C# Class ViewModels.OrganizationViewModel

Inheritance: NotificationBase
Exibir arquivo Open project: johnshew/Minimal-UWP-MVVM-CRUD Class Usage Examples

Public Methods

Method Description
Add ( ) : void
Delete ( ) : void
OrganizationViewModel ( String name ) : System

Private Methods

Method Description
Person_OnNotifyPropertyChanged ( Object sender, PropertyChangedEventArgs e ) : void

Method Details

Add() public method

public Add ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

OrganizationViewModel() public method

public OrganizationViewModel ( String name ) : System
name String
return System