C# 클래스 PageTypeBuilder.Specs.Helpers.PageTypeClassFactory

파일 보기 프로젝트 열기: joelabrahamsson/Page-Type-Builder

공개 메소드들

메소드 설명
CreatePageTypeClass ( Action typeSpecificationExpression ) : Type
CreateTypeInheritingFromTypedPageData ( Action typeSpecificationExpression ) : Type
CreateTypeInheritingFromTypedPageData ( ModuleBuilder moduleBuilder, Action typeSpecificationExpression ) : Type

메소드 상세

CreatePageTypeClass() 공개 정적인 메소드

public static CreatePageTypeClass ( Action typeSpecificationExpression ) : Type
typeSpecificationExpression Action
리턴 System.Type

CreateTypeInheritingFromTypedPageData() 공개 정적인 메소드

public static CreateTypeInheritingFromTypedPageData ( Action typeSpecificationExpression ) : Type
typeSpecificationExpression Action
리턴 System.Type

CreateTypeInheritingFromTypedPageData() 공개 정적인 메소드

public static CreateTypeInheritingFromTypedPageData ( ModuleBuilder moduleBuilder, Action typeSpecificationExpression ) : Type
moduleBuilder System.Reflection.Emit.ModuleBuilder
typeSpecificationExpression Action
리턴 System.Type