C# Class AcManager.Controls.Dialogs.Prompt.ViewModel

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, INotifyDataErrorInfo
Show file Open project: gro-ove/actools

Public Methods

Method Description
GetErrors ( string propertyName ) : IEnumerable
OnErrorsChanged ( [ propertyName = null ) : void
ViewModel ( string description, string defaultValue, string watermark, string toolTip, bool required ) : System

Method Details

GetErrors() public method

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
return IEnumerable

OnErrorsChanged() public method

public OnErrorsChanged ( [ propertyName = null ) : void
propertyName [
return void

ViewModel() public method

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