C# Class Catel.Fody.TestAssembly.ViewModelBaseTest

Inheritance: MyViewModelBase
Show file Open project: Catel/Catel.Fody

Public Properties

Property Type Description
FullNameProperty PropertyData

Public Methods

Method Description
ViewModelBaseTest ( ) : Data

Private Methods

Method Description
OnNameChanged ( ) : void
OnTestCommandExecute ( ) : void

Method to invoke when the TestCommand command is executed.

OnTestCommandWithInterfaceExecute ( ) : void

Method to invoke when the TestCommandWithInterface command is executed.

Method Details

ViewModelBaseTest() public method

public ViewModelBaseTest ( ) : Data
return Data

Property Details

FullNameProperty public static property

Register the FullName property so it is known in the class.
public static PropertyData FullNameProperty
return PropertyData