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

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

Public Methods

Method Description
AddFunction_NameAlreadyUsed ( object parameter0 ) : string

"The function name '{0}' is already used"

CSharpInlineFunction_MissingParameterDefinition ( object parameter0 ) : string

"The parameter '{0}' has not been added to 'Input Parameters' - to call your function you need to add the parameter and give it either a test or default value."

CSharpInlineFunction_MissingParameterTestOrDefaultValue ( object parameter0 ) : string

"The parameter '{0}' defined on 'Input Parameters' must have a test or default value before your function can be evaluated."

CSharpInlineFunction_OnMissingContainerType ( object parameter0 ) : string

"A public static class named {0} is missing from the code. This class should contain the function method."

CSharpInlineFunction_OnMissionMethod ( object parameter0, object parameter1 ) : string

"The given function name '{0}' was not found or not public static in the class '{1}'."

CSharpInlineFunction_OnNamespaceMismatch ( object parameter0, object parameter1 ) : string

"The namespace in the code '{0}' does not match the given function namespace '{1}'."

CSharpInlineFunction_WrongParameterTestValueType ( object parameter0, object parameter1, object parameter2 ) : string

"The parameter '{0}' is expecting test value of type '{1}', got value of type '{2}'."

Private Methods

Method Description
T ( string key ) : string

Method Details

AddFunction_NameAlreadyUsed() public static method

"The function name '{0}' is already used"
public static AddFunction_NameAlreadyUsed ( object parameter0 ) : string
parameter0 object
return string

CSharpInlineFunction_MissingParameterDefinition() public static method

"The parameter '{0}' has not been added to 'Input Parameters' - to call your function you need to add the parameter and give it either a test or default value."
public static CSharpInlineFunction_MissingParameterDefinition ( object parameter0 ) : string
parameter0 object
return string

CSharpInlineFunction_MissingParameterTestOrDefaultValue() public static method

"The parameter '{0}' defined on 'Input Parameters' must have a test or default value before your function can be evaluated."
public static CSharpInlineFunction_MissingParameterTestOrDefaultValue ( object parameter0 ) : string
parameter0 object
return string

CSharpInlineFunction_OnMissingContainerType() public static method

"A public static class named {0} is missing from the code. This class should contain the function method."
public static CSharpInlineFunction_OnMissingContainerType ( object parameter0 ) : string
parameter0 object
return string

CSharpInlineFunction_OnMissionMethod() public static method

"The given function name '{0}' was not found or not public static in the class '{1}'."
public static CSharpInlineFunction_OnMissionMethod ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

CSharpInlineFunction_OnNamespaceMismatch() public static method

"The namespace in the code '{0}' does not match the given function namespace '{1}'."
public static CSharpInlineFunction_OnNamespaceMismatch ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
return string

CSharpInlineFunction_WrongParameterTestValueType() public static method

"The parameter '{0}' is expecting test value of type '{1}', got value of type '{2}'."
public static CSharpInlineFunction_WrongParameterTestValueType ( object parameter0, object parameter1, object parameter2 ) : string
parameter0 object
parameter1 object
parameter2 object
return string