C# 클래스 AcManager.Controls.Dialogs.Prompt.ViewModel

상속: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, INotifyDataErrorInfo
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
GetErrors ( string propertyName ) : IEnumerable
OnErrorsChanged ( [ propertyName = null ) : void
ViewModel ( string description, string defaultValue, string watermark, string toolTip, bool required ) : System

메소드 상세

GetErrors() 공개 메소드

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
리턴 IEnumerable

OnErrorsChanged() 공개 메소드

public OnErrorsChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

ViewModel() 공개 메소드

public ViewModel ( string description, string defaultValue, string watermark, string toolTip, bool required ) : System
description string
defaultValue string
watermark string
toolTip string
required bool
리턴 System