C# 클래스 Cilador.Fody.DtoProjector.DtoProjectorWeave

상속: IWeave
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void

Initializes the weave.

Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, CustomAttribute weaveAttribute ) : void

Projects a DTO type as a nested type inside of the target type.

메소드 상세

Initialize() 공개 메소드

Initializes the weave.
public Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void
weavingContext IWeavingContext Weaving context that is initializing the weave.
weaveConfig WeaveConfigTypeBase Must be null for this type of weave.
리턴 void

Weave() 공개 메소드

Projects a DTO type as a nested type inside of the target type.
public Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, CustomAttribute weaveAttribute ) : void
weavingContext IWeavingContext Weaving context within which the weave is running.
target Mono.Cecil.TypeDefinition Target type.
weaveAttribute Mono.Cecil.CustomAttribute Attribute that decorated the target type.
리턴 void