C# 클래스 HandCoded.Xml.Resolver.CatalogComponent

The abstract CatalogComponent class defines the standard API provided by all catalog entry components.
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
ToString ( ) : String

Converts the instance data members to a String representation that can be displayed for debugging purposes.

보호된 메소드들

메소드 설명
CatalogComponent ( GroupEntry parent ) : System

Constructs a CatalogComponent instance.

Resolve ( String baseUrl, String relative ) : String

Combines a base URL and a (possibly) relative URL to make a new absolute URL.

ToDebug ( ) : String

Converts the instance's member values to String representations and concatenates them all together. This function is used by ToString and may be overriden in derived classes.

메소드 상세

CatalogComponent() 보호된 메소드

Constructs a CatalogComponent instance.
protected CatalogComponent ( GroupEntry parent ) : System
parent GroupEntry The containing catalog element.
리턴 System

Resolve() 보호된 메소드

Combines a base URL and a (possibly) relative URL to make a new absolute URL.
protected Resolve ( String baseUrl, String relative ) : String
baseUrl String The base URL or null.
relative String The (possibly) relative URL.
리턴 String

ToDebug() 보호된 추상적인 메소드

Converts the instance's member values to String representations and concatenates them all together. This function is used by ToString and may be overriden in derived classes.
protected abstract ToDebug ( ) : String
리턴 String

ToString() 공개 메소드

Converts the instance data members to a String representation that can be displayed for debugging purposes.
public ToString ( ) : String
리턴 String