C# 클래스 Fan.Sys.UriScheme

UriScheme
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@typeof ( ) : Type
find ( string scheme ) : UriScheme
find ( string scheme, bool check ) : UriScheme
get ( Uri uri, object @base ) : object
make ( ) : UriScheme
make_ ( UriScheme self ) : void
scheme ( ) : string
toStr ( ) : string

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

find() 공개 정적인 메소드

public static find ( string scheme ) : UriScheme
scheme string
리턴 UriScheme

find() 공개 정적인 메소드

public static find ( string scheme, bool check ) : UriScheme
scheme string
check bool
리턴 UriScheme

get() 공개 추상적인 메소드

public abstract get ( Uri uri, object @base ) : object
uri Uri
@base object
리턴 object

make() 공개 정적인 메소드

public static make ( ) : UriScheme
리턴 UriScheme

make_() 공개 정적인 메소드

public static make_ ( UriScheme self ) : void
self UriScheme
리턴 void

scheme() 공개 메소드

public scheme ( ) : string
리턴 string

toStr() 공개 메소드

public toStr ( ) : string
리턴 string