C# Class Orckestra.Composer.Utils.MessagesHelper.ArgumentException

Mostra file Open project: Orckestra/BetterRetail

Public Methods

Method Description
GetMessageOfEmpty ( ) : string
GetMessageOfEmpty ( string propertyName ) : string
GetMessageOfNull ( ) : string
GetMessageOfNull ( string propertyName ) : string
GetMessageOfNullEmpty ( ) : string
GetMessageOfNullEmpty ( string propertyName ) : string
GetMessageOfNullWhiteSpace ( ) : string
GetMessageOfNullWhiteSpace ( string propertyName ) : string
GetMessageOfZeroNegative ( ) : string
GetMessageOfZeroNegative ( string propertyName ) : string

Method Details

GetMessageOfEmpty() public static method

public static GetMessageOfEmpty ( ) : string
return string

GetMessageOfEmpty() public static method

public static GetMessageOfEmpty ( string propertyName ) : string
propertyName string
return string

GetMessageOfNull() public static method

public static GetMessageOfNull ( ) : string
return string

GetMessageOfNull() public static method

public static GetMessageOfNull ( string propertyName ) : string
propertyName string
return string

GetMessageOfNullEmpty() public static method

public static GetMessageOfNullEmpty ( ) : string
return string

GetMessageOfNullEmpty() public static method

public static GetMessageOfNullEmpty ( string propertyName ) : string
propertyName string
return string

GetMessageOfNullWhiteSpace() public static method

public static GetMessageOfNullWhiteSpace ( ) : string
return string

GetMessageOfNullWhiteSpace() public static method

public static GetMessageOfNullWhiteSpace ( string propertyName ) : string
propertyName string
return string

GetMessageOfZeroNegative() public static method

public static GetMessageOfZeroNegative ( ) : string
return string

GetMessageOfZeroNegative() public static method

public static GetMessageOfZeroNegative ( string propertyName ) : string
propertyName string
return string