C# 클래스 Tortuga.Chain.MaterializerCompilerEventArgs

Class MaterializerCompiledEventArgs.
상속: System.EventArgs
파일 보기 프로젝트 열기: docevaad/Chain 1 사용 예제들

공개 메소드들

메소드 설명
MaterializerCompilerEventArgs ( IDataSource dataSource, string sql, string code, Type targetType, Exception exception = null ) : System

Initializes a new instance of the MaterializerCompilerEventArgs class.

메소드 상세

MaterializerCompilerEventArgs() 공개 메소드

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.
리턴 System