C# Class PageTypeBuilder.Discovery.PageTypePropertyDefinition

Mostra file Open project: joelabrahamsson/Page-Type-Builder Class Usage Examples

Public Methods

Method Description
PageTypePropertyDefinition ( string name, Type propertyType, IPageType pageType, PageTypePropertyAttribute pageTypePropertyAttribute ) : System

Method Details

PageTypePropertyDefinition() public method

public PageTypePropertyDefinition ( string name, Type propertyType, IPageType pageType, PageTypePropertyAttribute pageTypePropertyAttribute ) : System
name string
propertyType System.Type
pageType IPageType
pageTypePropertyAttribute PageTypePropertyAttribute
return System