C# Класс ModelBuilder.DefaultBuildLog

The DefaultBuildLog class provides default implementation for creating a build log when creating types and values.
Наследование: IBuildLog
Показать файл Открыть проект

Открытые методы

Метод Описание
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