C# 클래스 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.
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CatalogManager ( ) : System

Ensures no instances can be constructed.

메소드 상세

Find() 공개 정적인 메소드

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.
리턴 Catalog

Find() 공개 정적인 메소드

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.
리턴 Catalog