C# Класс WithNonGenericInternal.ModelWithImplementation

Наследование: INotifyPropertyChanged, IDataErrorInfo, INotifyDataErrorInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
GetErrors ( string propertyName ) : IEnumerable
ModelWithImplementation ( ) : System
OnPropertyChanged ( string propertyName ) : void
this ( string columnName ) : string

Описание методов

GetErrors() публичный Метод

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
Результат IEnumerable

ModelWithImplementation() публичный Метод

public ModelWithImplementation ( ) : System
Результат System

OnPropertyChanged() публичный Метод

public OnPropertyChanged ( string propertyName ) : void
propertyName string
Результат void

this() публичный Метод

public this ( string columnName ) : string
columnName string
Результат string