C# Class Composite.Core.ResourceSystem.LocalizationFiles.Composite_Web_FormControl_FunctionCallsDesigner

ファイルを表示 Open project: Orckestra/C1-CMS

Public Methods

Method Description
ComplexFunctionCallDialogLabel ( object parameter0 ) : string

"Value for parameter '{0}'"

FunctionNotFound ( object parameter0 ) : string

"Function '{0}' does not exist."

IncorrectTypeCast ( object parameter0, object parameter1 ) : string

"Incorrect type cast. Parameter name: '{0}', function name: '{1}'."

RequiredParameterNotDefined ( object parameter0 ) : string

"Required parameter '{0}' has not been defined."

Private Methods

Method Description
T ( string key ) : string

Method Details

ComplexFunctionCallDialogLabel() public static method

"Value for parameter '{0}'"
public static ComplexFunctionCallDialogLabel ( object parameter0 ) : string
parameter0 object
return string

FunctionNotFound() public static method

"Function '{0}' does not exist."
public static FunctionNotFound ( object parameter0 ) : string
parameter0 object
return string

IncorrectTypeCast() public static method

"Incorrect type cast. Parameter name: '{0}', function name: '{1}'."
public static IncorrectTypeCast ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

RequiredParameterNotDefined() public static method

"Required parameter '{0}' has not been defined."
public static RequiredParameterNotDefined ( object parameter0 ) : string
parameter0 object
return string