C# Class ExcelFormulaParser.Engine.NameValueProvider

显示文件 Open project: swmal/ExcelFormulaParser Class Usage Examples

Public Methods

Method Description
GetNamedValue ( string key ) : object
IsNamedValue ( string key ) : bool
NameValueProvider ( ExcelDataProvider excelDataProvider ) : System
Reload ( ) : void

Method Details

GetNamedValue() public method

public GetNamedValue ( string key ) : object
key string
return object

IsNamedValue() public method

public IsNamedValue ( string key ) : bool
key string
return bool

NameValueProvider() public method

public NameValueProvider ( ExcelDataProvider excelDataProvider ) : System
excelDataProvider ExcelDataProvider
return System

Reload() public method

public Reload ( ) : void
return void