C# Класс HandCoded.FpML.Schemes.ClosedScheme

The ClosedScheme class provides an extened implementation of CachedScheme that implements the IEnumerable and IMatchable interfaces.
Наследование: CachedScheme, IEnumerable, IMatchable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ClosedScheme() публичный Метод

Constructs a ClosedScheme instance for the indicated scheme URI.
public ClosedScheme ( string uri ) : System
uri string The URI used to reference the scheme.
Результат System

ClosedScheme() публичный Метод

Constructs a ClosedScheme instance for the indicated scheme URI and canonical URI.
public ClosedScheme ( string uri, string canonicalUri ) : System
uri string The URI used to reference the scheme.
canonicalUri string The canonical URI or null.
Результат System

Like() публичный Метод

Finds the subset of scheme values that match the provided regular expression. No particular ordering of the values is enforced.
public Like ( string pattern ) : HandCoded.FpML.Schemes.Value[]
pattern string A regular expression.
Результат HandCoded.FpML.Schemes.Value[]