C# 클래스 Spark.Engine.Core.UriHelper

파일 보기 프로젝트 열기: raysearchlabs/spark

공개 메소드들

메소드 설명
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

메소드 상세

Bugfixed_IsBaseOf() 공개 정적인 메소드

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
리턴 bool

CreateCID() 공개 정적인 메소드

public static CreateCID ( ) : string
리턴 string

CreateUrn() 공개 정적인 메소드

public static CreateUrn ( ) : Uri
리턴 System.Uri

CreateUuid() 공개 정적인 메소드

public static CreateUuid ( ) : Uri
리턴 System.Uri

HasFragment() 공개 정적인 메소드

public static HasFragment ( this uri ) : bool
uri this
리턴 bool

HistoryKeyFor() 공개 정적인 메소드

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

IsHttpScheme() 공개 정적인 메소드

public static IsHttpScheme ( Uri uri ) : bool
uri System.Uri
리턴 bool

IsTemporaryUri() 공개 정적인 메소드

public static IsTemporaryUri ( string uri ) : bool
uri string
리턴 bool

IsTemporaryUri() 공개 정적인 메소드

public static IsTemporaryUri ( this uri ) : bool
uri this
리턴 bool