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

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode 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

Méthode Description
T ( string key ) : string

Method Details

ComplexFunctionCallDialogLabel() public static méthode

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

FunctionNotFound() public static méthode

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

IncorrectTypeCast() public static méthode

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

RequiredParameterNotDefined() public static méthode

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