C# Class Unlimited.Applications.BusinessDesignStudio.Activities.Util

Mostra file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Btw ( string value, object comparisonValueStart, object comparisonValueEnd ) : bool
Cnt ( string value, string comparisonValue ) : bool
EnWt ( string value, string comparisonValue ) : bool
Eq ( string value, object comparisonValue ) : bool
GrTh ( string value, object comparisonValue ) : bool
GrThEq ( string value, object comparisonValue ) : bool
IsEmpty ( string value ) : bool
LsTh ( string value, object comparisonValue ) : bool
LsThEq ( string value, object comparisonValue ) : bool
NtEq ( string value, object comparisonValue ) : bool
StWt ( string value, string comparisonValue ) : bool
ValueIsDate ( string value ) : bool
ValueIsNumber ( string value ) : bool

Method Details

Btw() public static method

public static Btw ( string value, object comparisonValueStart, object comparisonValueEnd ) : bool
value string
comparisonValueStart object
comparisonValueEnd object
return bool

Cnt() public static method

public static Cnt ( string value, string comparisonValue ) : bool
value string
comparisonValue string
return bool

EnWt() public static method

public static EnWt ( string value, string comparisonValue ) : bool
value string
comparisonValue string
return bool

Eq() public static method

public static Eq ( string value, object comparisonValue ) : bool
value string
comparisonValue object
return bool

GrTh() public static method

public static GrTh ( string value, object comparisonValue ) : bool
value string
comparisonValue object
return bool

GrThEq() public static method

public static GrThEq ( string value, object comparisonValue ) : bool
value string
comparisonValue object
return bool

IsEmpty() public static method

public static IsEmpty ( string value ) : bool
value string
return bool

LsTh() public static method

public static LsTh ( string value, object comparisonValue ) : bool
value string
comparisonValue object
return bool

LsThEq() public static method

public static LsThEq ( string value, object comparisonValue ) : bool
value string
comparisonValue object
return bool

NtEq() public static method

public static NtEq ( string value, object comparisonValue ) : bool
value string
comparisonValue object
return bool

StWt() public static method

public static StWt ( string value, string comparisonValue ) : bool
value string
comparisonValue string
return bool

ValueIsDate() public static method

public static ValueIsDate ( string value ) : bool
value string
return bool

ValueIsNumber() public static method

public static ValueIsNumber ( string value ) : bool
value string
return bool