C# Class ModelBuilder.DefaultBuildLog

The DefaultBuildLog class provides default implementation for creating a build log when creating types and values.
Inheritance: IBuildLog
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
WriteMessage ( string message ) : void

Method Details

BuildFailure() public méthode

public BuildFailure ( Exception ex ) : void
ex System.Exception
Résultat void

CircularReferenceDetected() public méthode

The parameter is null.
public CircularReferenceDetected ( Type type ) : void
type System.Type
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateParameter() public méthode

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
Résultat void

CreateProperty() public méthode

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
Résultat void

CreatedType() public méthode

The parameter is null.
public CreatedType ( Type type, object context ) : void
type System.Type
context object
Résultat void

CreatingType() public méthode

The parameter is null.
public CreatingType ( Type type, object context ) : void
type System.Type
context object
Résultat void

CreatingValue() public méthode

The parameter is null.
public CreatingValue ( Type type, object context ) : void
type System.Type
context object
Résultat void

PopulatedInstance() public méthode

The parameter is null.
public PopulatedInstance ( object instance ) : void
instance object
Résultat void

PopulatingInstance() public méthode

The parameter is null.
public PopulatingInstance ( object instance ) : void
instance object
Résultat void