C# 클래스 Dev2.Studio.Core.Models.OperatorType

상속: IDataErrorInfo, IOperatorType
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
OperatorType ( ) : System
OperatorType ( string operatorName, string friendlyName, string operatorSymbol, dynamic parent, bool showEndValue = true ) : System
this ( string columnName ) : string

비공개 메소드들

메소드 설명
ValidateStringCannotBeNull ( string propertyName, string value ) : string

메소드 상세

OperatorType() 공개 메소드

public OperatorType ( ) : System
리턴 System

OperatorType() 공개 메소드

public OperatorType ( string operatorName, string friendlyName, string operatorSymbol, dynamic parent, bool showEndValue = true ) : System
operatorName string
friendlyName string
operatorSymbol string
parent dynamic
showEndValue bool
리턴 System

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string