Method | Description | |
---|---|---|
Dispose ( ) : void |
Method that handles subscribing to the needed messages
|
|
OrganizationViewModel ( ) : System |
Constructor that handles initialization of the viewmodel
|
|
Subscribe ( ) : void |
Method that handles subscribing to the needed messages
|
|
Unsubscribe ( ) : void |
Method that handles unsubscribing
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Method | Description | |
---|---|---|
HandleBackMessage ( ) : void |
Method that handles the Back message
|
|
HandleSelectedMessage ( string arg ) : void |
Method that handles the Selected message
|
|
InitializeCollection ( ) : void |
Method that handles initialization of the observerable collection
|
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |