C# 클래스 Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateInterface.CreateInterfaceTask

Creates classes based on interfaces
상속: AbstractObjectConstructionTask
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ObjectConstructionArgs args ) : void

Executes the specified args.

비공개 메소드들

메소드 설명
CreateInterfaceTask ( ) : Castle.DynamicProxy

Initializes static members of the CreateInterfaceTask class.

메소드 상세

Execute() 공개 메소드

Executes the specified args.
public Execute ( ObjectConstructionArgs args ) : void
args ObjectConstructionArgs The args.
리턴 void