C# 클래스 Composite.Core.ResourceSystem.LocalizationFiles.Composite_Plugins_MethodBasedFunctionProviderElementProvider

파일 보기 프로젝트 열기: Orckestra/C1-CMS

공개 메소드들

메소드 설명
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