C# Class SecureStorage.SecureDataViewModel

View model for the app
Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: sameerkapps/SecureStorage

Public Methods

Method Description
SecureDataViewModel ( ) : System

Private Methods

Method Description
ExecuteDeleteCommand ( object sender ) : void
ExecuteGetCommand ( object sender ) : void
ExecuteHasCommand ( object sender ) : void
ExecuteSetCommand ( object sender ) : void
RaisePropertyChanged ( [ propertyName = "" ) : void

Method Details

SecureDataViewModel() public method

public SecureDataViewModel ( ) : System
return System