C# Class Spark.Engine.Core.UriHelper

Datei anzeigen Open project: raysearchlabs/spark

Public Methods

Method Description
Bugfixed_IsBaseOf ( this _base, Uri uri ) : bool

Bugfixed_IsBaseOf is a fix for Uri.IsBaseOf which has a bug

CreateCID ( ) : string
CreateUrn ( ) : Uri
CreateUuid ( ) : Uri
HasFragment ( this uri ) : bool
HistoryKeyFor ( this generator, Uri key ) : Uri
IsHttpScheme ( Uri uri ) : bool
IsTemporaryUri ( string uri ) : bool
IsTemporaryUri ( this uri ) : bool

Method Details

Bugfixed_IsBaseOf() public static method

Bugfixed_IsBaseOf is a fix for Uri.IsBaseOf which has a bug
public static Bugfixed_IsBaseOf ( this _base, Uri uri ) : bool
_base this
uri System.Uri
return bool

CreateCID() public static method

public static CreateCID ( ) : string
return string

CreateUrn() public static method

public static CreateUrn ( ) : Uri
return System.Uri

CreateUuid() public static method

public static CreateUuid ( ) : Uri
return System.Uri

HasFragment() public static method

public static HasFragment ( this uri ) : bool
uri this
return bool

HistoryKeyFor() public static method

public static HistoryKeyFor ( this generator, Uri key ) : Uri
generator this
key System.Uri
return System.Uri

IsHttpScheme() public static method

public static IsHttpScheme ( Uri uri ) : bool
uri System.Uri
return bool

IsTemporaryUri() public static method

public static IsTemporaryUri ( string uri ) : bool
uri string
return bool

IsTemporaryUri() public static method

public static IsTemporaryUri ( this uri ) : bool
uri this
return bool