C# Class EPiAbstractions.DataAbstraction.PageTypeFacade

Inheritance: IPageTypeFacade
Mostrar archivo Open project: joelabrahamsson/EPiAbstractions

Public Methods

Method Description
ClearCache ( ) : void
Delete ( PageType pageType ) : void
List ( ) : PageTypeCollection
Load ( System.Guid guid ) : PageType
Load ( Int32 id ) : PageType
Load ( String name ) : PageType
Save ( PageType pageType ) : void

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

Delete() public method

public Delete ( PageType pageType ) : void
pageType PageType
return void

List() public method

public List ( ) : PageTypeCollection
return PageTypeCollection

Load() public method

public Load ( System.Guid guid ) : PageType
guid System.Guid
return PageType

Load() public method

public Load ( Int32 id ) : PageType
id System.Int32
return PageType

Load() public method

public Load ( String name ) : PageType
name String
return PageType

Save() public method

public Save ( PageType pageType ) : void
pageType PageType
return void