Property | Type | Description | |
---|---|---|---|
CanModifyProperty | bool | ||
GetFilename | string | ||
GetPageDefinitionsThatImplementInteface | IEnumerable |
||
GetPageDefinitionsThatInheritFromType | IEnumerable |
Method | Description | |
---|---|---|
PageTypeUpdater ( IPageTypeDefinitionLocator pageTypeDefinitionLocator, IPageTypeRepository pageTypeRepository, IPageTypeValueExtractor pageTypeValueExtractor, IPageTypeLocator pageTypeLocator ) : System |
Method | Description | |
---|---|---|
CreateNewPageType ( |
||
GetExistingPageType ( |
||
IsValidPageType ( |
||
SerializeValues ( IPageType pageType ) : string | ||
UpdateAvailablePageTypes ( IPageType pageType, |
||
UpdateAvailablePageTypesExcluded ( IPageType pageType, |
||
UpdateDefaultArchivePageLink ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateDefaultChildOrderRule ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateDefaultPageName ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateDefaultPeerOrder ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateDefaultStartPublishOffset ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateDefaultStopPublishOffset ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateDefaultVisibleInMenu ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateDescription ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateFilename ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateFrame ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateIsAvailable ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
UpdateName ( IPageType pageType, |
||
UpdatePageType ( |
||
UpdateSortOrder ( IPageType pageType, PageTypeAttribute attribute ) : void |
Method | Description | |
---|---|---|
CanModifyProperty ( IPageType pageType, bool propertySet ) : bool | ||
GetFilename ( PageTypeAttribute attribute ) : string | ||
GetPageDefinitionsThatImplementInteface ( IEnumerable |
||
GetPageDefinitionsThatInheritFromType ( IEnumerable |
protected CreateNewPageType ( |
||
definition | ||
return | IPageType |
protected GetExistingPageType ( |
||
definition | ||
return | IPageType |
protected IsValidPageType ( |
||
type | ||
return | bool |
public PageTypeUpdater ( IPageTypeDefinitionLocator pageTypeDefinitionLocator, IPageTypeRepository pageTypeRepository, IPageTypeValueExtractor pageTypeValueExtractor, IPageTypeLocator pageTypeLocator ) : System | ||
pageTypeDefinitionLocator | IPageTypeDefinitionLocator | |
pageTypeRepository | IPageTypeRepository | |
pageTypeValueExtractor | IPageTypeValueExtractor | |
pageTypeLocator | IPageTypeLocator | |
return | System |
protected SerializeValues ( IPageType pageType ) : string | ||
pageType | IPageType | |
return | string |
protected UpdateAvailablePageTypes ( IPageType pageType, |
||
pageType | IPageType | |
availablePageTypeTypes | ||
return | void |
protected UpdateAvailablePageTypesExcluded ( IPageType pageType, |
||
pageType | IPageType | |
excludedPageTypeTypes | ||
return | void |
protected UpdateDefaultArchivePageLink ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateDefaultChildOrderRule ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateDefaultPageName ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateDefaultPeerOrder ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateDefaultStartPublishOffset ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateDefaultStopPublishOffset ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateDefaultVisibleInMenu ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateDescription ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateFilename ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateFrame ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateIsAvailable ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |
protected UpdateName ( IPageType pageType, |
||
pageType | IPageType | |
definition | ||
return | void |
protected UpdatePageType ( |
||
definition | ||
return | void |
protected UpdateSortOrder ( IPageType pageType, PageTypeAttribute attribute ) : void | ||
pageType | IPageType | |
attribute | PageTypeAttribute | |
return | void |