C# 클래스 Dev2.Data.MathOperations.MathOpsFactory

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
CreateEvaluationExpressionTO ( string expression ) : IEvaluationFunction
CreateFunction ( ) : IFunction
CreateFunction ( string functionName, IList arguments, IList argumentDescriptions, string description ) : IFunction
CreateFunctionEvaluator ( ) : IFunctionEvaluator
FetchMathFnDataList ( ) : string
FetchMathFnStringList ( ) : IList
FunctionRepository ( ) : IFrameworkRepository

비공개 메소드들

메소드 설명
InitMathFnRawData ( ) : void

메소드 상세

CreateEvaluationExpressionTO() 공개 정적인 메소드

public static CreateEvaluationExpressionTO ( string expression ) : IEvaluationFunction
expression string
리턴 IEvaluationFunction

CreateFunction() 공개 정적인 메소드

public static CreateFunction ( ) : IFunction
리턴 IFunction

CreateFunction() 공개 정적인 메소드

public static CreateFunction ( string functionName, IList arguments, IList argumentDescriptions, string description ) : IFunction
functionName string
arguments IList
argumentDescriptions IList
description string
리턴 IFunction

CreateFunctionEvaluator() 공개 정적인 메소드

public static CreateFunctionEvaluator ( ) : IFunctionEvaluator
리턴 IFunctionEvaluator

FetchMathFnDataList() 공개 정적인 메소드

public static FetchMathFnDataList ( ) : string
리턴 string

FetchMathFnStringList() 공개 정적인 메소드

public static FetchMathFnStringList ( ) : IList
리턴 IList

FunctionRepository() 공개 정적인 메소드

public static FunctionRepository ( ) : IFrameworkRepository
리턴 IFrameworkRepository