C# Class Dev2.Studio.Core.Models.OperatorType

Inheritance: IDataErrorInfo, IOperatorType
Mostrar archivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
OperatorType ( ) : System
OperatorType ( string operatorName, string friendlyName, string operatorSymbol, dynamic parent, bool showEndValue = true ) : System
this ( string columnName ) : string

Private Methods

Method Description
ValidateStringCannotBeNull ( string propertyName, string value ) : string

Method Details

OperatorType() public method

public OperatorType ( ) : System
return System

OperatorType() public method

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

this() public method

public this ( string columnName ) : string
columnName string
return string