Method | Description | |
---|---|---|
IsValid ( string code ) : bool |
Determines if the given code value is valid within the scheme.
|
Method | Description | |
---|---|---|
Scheme ( string uri ) : System |
Constructs a Scheme for the given URI.
|
|
Scheme ( string uri, string canonicalUri ) : System |
Constructs a Scheme for the given URI and canonical uri.
|
public abstract IsValid ( string code ) : bool | ||
code | string | The code value to be validated. |
return | bool |
protected Scheme ( string uri ) : System | ||
uri | string | The associated URI. |
return | System |
protected Scheme ( string uri, string canonicalUri ) : System | ||
uri | string | The associated URI. |
canonicalUri | string | The associated canonical URI or |
return | System |