C# Class EPiAbstractions.Core.PageReferenceFacade

Inheritance: IPageReferenceFacade
Mostrar archivo Open project: joelabrahamsson/EPiAbstractions

Public Methods

Method 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 method

public IsNullOrEmpty ( PageReference pageLink ) : bool
pageLink PageReference
return bool

IsValue() public method

public IsValue ( PageReference pageLink ) : bool
pageLink PageReference
return bool

Parse() public method

public Parse ( string s ) : PageReference
s string
return PageReference

ParseUrl() public method

public ParseUrl ( string url ) : PageReference
url string
return PageReference

TryParse() public method

public TryParse ( string complexReference, PageReference &result ) : bool
complexReference string
result PageReference
return bool