C# Class Tortuga.Chain.MaterializerCompilerEventArgs

Class MaterializerCompiledEventArgs.
Inheritance: System.EventArgs
Mostra file Open project: docevaad/Chain Class Usage Examples

Public Methods

Method Description
MaterializerCompilerEventArgs ( IDataSource dataSource, string sql, string code, Type targetType, Exception exception = null ) : System

Initializes a new instance of the MaterializerCompilerEventArgs class.

Method Details

MaterializerCompilerEventArgs() public method

Initializes a new instance of the MaterializerCompilerEventArgs class.
public MaterializerCompilerEventArgs ( IDataSource dataSource, string sql, string code, Type targetType, Exception exception = null ) : System
dataSource IDataSource The data source.
sql string The SQL.
code string The code.
targetType System.Type Type of the target.
exception System.Exception The exception.
return System