Class FunctionCompilerFactory
Inheritance
System.Object
    FunctionCompilerFactory
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.FormulaParsing.ExpressionGraph.FunctionCompilers
Assembly: EPPlus.dll
Syntax
public class FunctionCompilerFactoryConstructors
FunctionCompilerFactory(FunctionRepository, ParsingContext)
Declaration
public FunctionCompilerFactory(FunctionRepository repository, ParsingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| FunctionRepository | repository | |
| ParsingContext | context | 
Methods
Create(ExcelFunction)
Declaration
public virtual FunctionCompiler Create(ExcelFunction function)Parameters
| Type | Name | Description | 
|---|---|---|
| ExcelFunction | function | 
Returns
| Type | Description | 
|---|---|
| FunctionCompiler |