Method | Description | |
---|---|---|
ClosedScheme ( string uri ) : System |
Constructs a ClosedScheme instance for the indicated scheme URI.
|
|
ClosedScheme ( string uri, string canonicalUri ) : System |
Constructs a ClosedScheme instance for the indicated scheme URI and canonical URI.
|
|
Like ( string pattern ) : HandCoded.FpML.Schemes.Value[] |
Finds the subset of scheme values that match the provided regular expression. No particular ordering of the values is enforced.
|
public ClosedScheme ( string uri ) : System | ||
uri | string | The URI used to reference the scheme. |
return | System |
public ClosedScheme ( string uri, string canonicalUri ) : System | ||
uri | string | The URI used to reference the scheme. |
canonicalUri | string | The canonical URI or |
return | System |
public Like ( string pattern ) : HandCoded.FpML.Schemes.Value[] | ||
pattern | string | A regular expression. |
return | HandCoded.FpML.Schemes.Value[] |