C# Class EPiAbstractions.Fakes.FakePageReferenceFacade

Inheritance: IPageReferenceFacade
Afficher le fichier Open project: joelabrahamsson/EPiAbstractions

Méthodes publiques

Méthode Description
FakePageReferenceFacade ( PageReference rootPage, PageReference startPage, PageReference wasteBasket ) : System
IsNullOrEmpty ( PageReference pageLink ) : bool
IsValue ( PageReference pageLink ) : bool
Parse ( string s ) : PageReference
ParseUrl ( string url ) : PageReference
TryParse ( string complexReference, PageReference &result ) : bool

Method Details

FakePageReferenceFacade() public méthode

public FakePageReferenceFacade ( PageReference rootPage, PageReference startPage, PageReference wasteBasket ) : System
rootPage PageReference
startPage PageReference
wasteBasket PageReference
Résultat System

IsNullOrEmpty() public méthode

public IsNullOrEmpty ( PageReference pageLink ) : bool
pageLink PageReference
Résultat bool

IsValue() public méthode

public IsValue ( PageReference pageLink ) : bool
pageLink PageReference
Résultat bool

Parse() public méthode

public Parse ( string s ) : PageReference
s string
Résultat PageReference

ParseUrl() public méthode

public ParseUrl ( string url ) : PageReference
url string
Résultat PageReference

TryParse() public méthode

public TryParse ( string complexReference, PageReference &result ) : bool
complexReference string
result PageReference
Résultat bool