C# Class FormValidationExample.ViewModel.InterestSelectorViewModel

Inheritance: FormValidationExample.Infrastructure.ValidatableViewModelBase
Show file Open project: pglazkov/MvvmValidation Class Usage Examples

Public Methods

Method Description
InterestSelectorViewModel ( ) : System
OnInterestSelectionChanged ( ) : void

Private Methods

Method Description
ConfigureValidationRules ( ) : void
OnSelectedInterestsChanged ( ) : void

Method Details

InterestSelectorViewModel() public method

public InterestSelectorViewModel ( ) : System
return System

OnInterestSelectionChanged() public method

public OnInterestSelectionChanged ( ) : void
return void