C# Class HandCoded.Xml.Resolver.CatalogManager

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.
Afficher le fichier Open project: formicary/fpml-toolkit-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Find ( String url ) : Catalog

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.

Find ( String url, bool validate ) : Catalog

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.

Private Methods

Méthode Description
CatalogManager ( ) : System

Ensures no instances can be constructed.

Method Details

Find() public static méthode

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.
public static Find ( String url ) : Catalog
url String The catalog's URI.
Résultat Catalog

Find() public static méthode

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.
public static Find ( String url, bool validate ) : Catalog
url String The catalog's URI.
validate bool Determines if the catalog should be validated.
Résultat Catalog