Class ExpressionTypeProviderFactory
Default implementation of IGetsExpressionTypeProvider.
Inheritance
System.Object
ExpressionTypeProviderFactory
Implements
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: ZptSharp.Expressions
Assembly: ZptSharp.dll
Syntax
public class ExpressionTypeProviderFactory : IGetsExpressionTypeProvider
Constructors
| Improve this Doc View SourceExpressionTypeProviderFactory(RenderingConfig)
Initializes a new instance of the ExpressionTypeProviderFactory class.
Declaration
public ExpressionTypeProviderFactory(RenderingConfig config)
Parameters
Type | Name | Description |
---|---|---|
RenderingConfig | config | Config. |
Methods
| Improve this Doc View SourceGetTypeProvider()
Gets an implementation of IGetsExpressionType.
Declaration
public IGetsExpressionType GetTypeProvider()
Returns
Type | Description |
---|---|
IGetsExpressionType | The expression type provider. |