C# Class TypeDefinition.Models.CharacteristicsViewModel

特性データ の ViewModel
Inheritance: INotifyPropertyChanged, INotifyDataErrorInfo
Datei anzeigen Open project: ufcpp/UfcppSample

Private Properties

Property Type Description
OnSubmit void
OnSubmitCanExcute bool
RaiseErrorsChanged void
RaisePropertyChanged void

Public Methods

Method Description
GetErrors ( string propertyName ) : System.Collections.IEnumerable

Private Methods

Method Description
OnSubmit ( object paramter ) : void
OnSubmitCanExcute ( object paramter ) : bool
RaiseErrorsChanged ( string propertyName ) : void
RaisePropertyChanged ( string propertyName ) : void

Method Details

GetErrors() public method

public GetErrors ( string propertyName ) : System.Collections.IEnumerable
propertyName string
return System.Collections.IEnumerable