C# Class PageTypeBuilder.Specs.Helpers.Fakes.FakePageType

Inheritance: IPageType
Show file Open project: joelabrahamsson/Page-Type-Builder Class Usage Examples

Public Methods

Method Description
Delete ( ) : void
FakePageType ( IPageDefinitionRepository pageDefinitionRepository ) : System
Save ( ) : void

Method Details

Delete() public method

public Delete ( ) : void
return void

FakePageType() public method

public FakePageType ( IPageDefinitionRepository pageDefinitionRepository ) : System
pageDefinitionRepository IPageDefinitionRepository
return System

Save() public method

public Save ( ) : void
return void