C# 클래스 Dev2.Validation.VariableUtils

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
AddError ( this errors, IActionableErrorInfo error ) : void
TryParseVariables ( this inputValue, string &outputValue, System.Action onError, string labelText = null, string variableValue = "a", string>.ObservableCollection inputs = null ) : IActionableErrorInfo

메소드 상세

AddError() 공개 정적인 메소드

public static AddError ( this errors, IActionableErrorInfo error ) : void
errors this
error IActionableErrorInfo
리턴 void

TryParseVariables() 공개 정적인 메소드

public static TryParseVariables ( this inputValue, string &outputValue, System.Action onError, string labelText = null, string variableValue = "a", string>.ObservableCollection inputs = null ) : IActionableErrorInfo
inputValue this
outputValue string
onError System.Action
labelText string
variableValue string
inputs string>.ObservableCollection
리턴 IActionableErrorInfo