C# Класс Composite.Core.ResourceSystem.LocalizationFiles.Composite_Plugins_MethodBasedFunctionProviderElementProvider

Показать файл Открыть проект

Открытые методы

Метод Описание
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}'."

Приватные методы

Метод Описание
T ( string key ) : string

Описание методов

AddFunction_NameAlreadyUsed() публичный статический Метод

"The function name '{0}' is already used"
public static AddFunction_NameAlreadyUsed ( object parameter0 ) : string
parameter0 object
Результат string

CSharpInlineFunction_MissingParameterDefinition() публичный статический Метод

"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
Результат string

CSharpInlineFunction_MissingParameterTestOrDefaultValue() публичный статический Метод

"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
Результат string

CSharpInlineFunction_OnMissingContainerType() публичный статический Метод

"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
Результат string

CSharpInlineFunction_OnMissionMethod() публичный статический Метод

"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
Результат string

CSharpInlineFunction_OnNamespaceMismatch() публичный статический Метод

"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
Результат string

CSharpInlineFunction_WrongParameterTestValueType() публичный статический Метод

"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
Результат string