C# 클래스 ModelBuilder.DefaultBuildLog

The DefaultBuildLog class provides default implementation for creating a build log when creating types and values.
상속: IBuildLog
파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

공개 메소드들

메소드 설명
BuildFailure ( Exception ex ) : void
CircularReferenceDetected ( Type type ) : void
Clear ( ) : void
CreateParameter ( Type instanceType, Type parameterType, string parameterName, object context ) : void
CreateProperty ( Type propertyType, string propertyName, object context ) : void
CreatedType ( Type type, object context ) : void
CreatingType ( Type type, object context ) : void
CreatingValue ( Type type, object context ) : void
PopulatedInstance ( object instance ) : void
PopulatingInstance ( object instance ) : void

비공개 메소드들

메소드 설명
WriteMessage ( string message ) : void

메소드 상세

BuildFailure() 공개 메소드

public BuildFailure ( Exception ex ) : void
ex System.Exception
리턴 void

CircularReferenceDetected() 공개 메소드

The parameter is null.
public CircularReferenceDetected ( Type type ) : void
type System.Type
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateParameter() 공개 메소드

The parameter is null. The parameter is null. The parameter is null.
public CreateParameter ( Type instanceType, Type parameterType, string parameterName, object context ) : void
instanceType System.Type
parameterType System.Type
parameterName string
context object
리턴 void

CreateProperty() 공개 메소드

The parameter is null. The parameter is null. The parameter is null.
public CreateProperty ( Type propertyType, string propertyName, object context ) : void
propertyType System.Type
propertyName string
context object
리턴 void

CreatedType() 공개 메소드

The parameter is null.
public CreatedType ( Type type, object context ) : void
type System.Type
context object
리턴 void

CreatingType() 공개 메소드

The parameter is null.
public CreatingType ( Type type, object context ) : void
type System.Type
context object
리턴 void

CreatingValue() 공개 메소드

The parameter is null.
public CreatingValue ( Type type, object context ) : void
type System.Type
context object
리턴 void

PopulatedInstance() 공개 메소드

The parameter is null.
public PopulatedInstance ( object instance ) : void
instance object
리턴 void

PopulatingInstance() 공개 메소드

The parameter is null.
public PopulatingInstance ( object instance ) : void
instance object
리턴 void