C# Class EPiAbstractions.Core.PageReferenceFacade

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

Méthodes publiques

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

Method Details

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