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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
T ( string key ) : string

메소드 상세

ComplexFunctionCallDialogLabel() 공개 정적인 메소드

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

FunctionNotFound() 공개 정적인 메소드

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

IncorrectTypeCast() 공개 정적인 메소드

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

RequiredParameterNotDefined() 공개 정적인 메소드

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