C# 클래스 Glass.Mapper.Pipelines.ObjectConstruction.ObjectConstructionArgs

Class ObjectConstructionArgs
상속: AbstractPipelineArgs
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper 1 사용 예제들

공개 메소드들

메소드 설명
ObjectConstructionArgs ( Context context, AbstractTypeCreationContext abstractTypeCreationContext, AbstractTypeConfiguration configuration, IAbstractService service, ModelCounter counters ) : System

Initializes a new instance of the ObjectConstructionArgs class.

메소드 상세

ObjectConstructionArgs() 공개 메소드

Initializes a new instance of the ObjectConstructionArgs class.
public ObjectConstructionArgs ( Context context, AbstractTypeCreationContext abstractTypeCreationContext, AbstractTypeConfiguration configuration, IAbstractService service, ModelCounter counters ) : System
context Context The context.
abstractTypeCreationContext AbstractTypeCreationContext The abstract type creation context.
configuration Glass.Mapper.Configuration.AbstractTypeConfiguration The configuration.
service IAbstractService The service.
counters ModelCounter
리턴 System