C# 클래스 ExcelFormulaParser.Engine.CalculationChain.CalcCellRepository

파일 보기 프로젝트 열기: swmal/ExcelFormulaParser 1 사용 예제들

공개 메소드들

메소드 설명
AddOrGet ( string address ) : CalcCell
Create ( CalcChainContext context ) : CalcCellRepository
GetCell ( object id ) : CalcCell
GetCell ( string address ) : CalcCell

비공개 메소드들

메소드 설명
CalcCellRepository ( CalcChainContext context ) : System
CreateAndAddNewCell ( string address ) : CalcCell
GetHashCode ( string input ) : int

메소드 상세

AddOrGet() 공개 메소드

public AddOrGet ( string address ) : CalcCell
address string
리턴 CalcCell

Create() 공개 정적인 메소드

public static Create ( CalcChainContext context ) : CalcCellRepository
context CalcChainContext
리턴 CalcCellRepository

GetCell() 공개 메소드

public GetCell ( object id ) : CalcCell
id object
리턴 CalcCell

GetCell() 공개 메소드

public GetCell ( string address ) : CalcCell
address string
리턴 CalcCell