C# Class Dev2.Studio.Core.ViewModels.Base.ValidationController

Inheritance: SimpleBaseViewModel
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Protected Properties

Property Type Description
ValidationErrors string>.Dictionary

Protected Methods

Method Description
AddError ( string key, string value ) : void
RemoveError ( string key ) : void
ValidateStringCannotBeNullOrEmpty ( string parameterName, string parameterValue ) : string

Method Details

AddError() protected method

protected AddError ( string key, string value ) : void
key string
value string
return void

RemoveError() protected method

protected RemoveError ( string key ) : void
key string
return void

ValidateStringCannotBeNullOrEmpty() protected method

protected ValidateStringCannotBeNullOrEmpty ( string parameterName, string parameterValue ) : string
parameterName string
parameterValue string
return string

Property Details

ValidationErrors protected_oe property

protected Dictionary ValidationErrors
return string>.Dictionary