C# 클래스 Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateConcrete.CreateConcreteTask

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

공개 메소드들

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

Executes the specified args.

보호된 메소드들

메소드 설명
CreateLazyObject ( ObjectConstructionArgs args ) : object

Creates the lazy object.

CreateObject ( ObjectConstructionArgs args ) : object

Creates the object.

비공개 메소드들

메소드 설명
CreateConcreteTask ( ) : System

Initializes static members of the CreateConcreteTask class.

메소드 상세

CreateLazyObject() 보호된 메소드

Creates the lazy object.
protected CreateLazyObject ( ObjectConstructionArgs args ) : object
args ObjectConstructionArgs The args.
리턴 object

CreateObject() 보호된 메소드

Creates the object.
protected CreateObject ( ObjectConstructionArgs args ) : object
args ObjectConstructionArgs The args.
리턴 object

Execute() 공개 메소드

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