C# Class PageTypeBuilder.Specs.Helpers.PageTypeClassFactory

Afficher le fichier Open project: joelabrahamsson/Page-Type-Builder

Méthodes publiques

Méthode Description
CreatePageTypeClass ( Action typeSpecificationExpression ) : Type
CreateTypeInheritingFromTypedPageData ( Action typeSpecificationExpression ) : Type
CreateTypeInheritingFromTypedPageData ( ModuleBuilder moduleBuilder, Action typeSpecificationExpression ) : Type

Method Details

CreatePageTypeClass() public static méthode

public static CreatePageTypeClass ( Action typeSpecificationExpression ) : Type
typeSpecificationExpression Action
Résultat System.Type

CreateTypeInheritingFromTypedPageData() public static méthode

public static CreateTypeInheritingFromTypedPageData ( Action typeSpecificationExpression ) : Type
typeSpecificationExpression Action
Résultat System.Type

CreateTypeInheritingFromTypedPageData() public static méthode

public static CreateTypeInheritingFromTypedPageData ( ModuleBuilder moduleBuilder, Action typeSpecificationExpression ) : Type
moduleBuilder System.Reflection.Emit.ModuleBuilder
typeSpecificationExpression Action
Résultat System.Type