C# Class Fan.Sys.UriScheme

UriScheme
Inheritance: FanObj
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
@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

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

find() public static method

public static find ( string scheme ) : UriScheme
scheme string
return UriScheme

find() public static method

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

get() public abstract method

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

make() public static method

public static make ( ) : UriScheme
return UriScheme

make_() public static method

public static make_ ( UriScheme self ) : void
self UriScheme
return void

scheme() public method

public scheme ( ) : string
return string

toStr() public method

public toStr ( ) : string
return string