C# Класс HandCoded.Xml.Resolver.CatalogComponent

The abstract CatalogComponent class defines the standard API provided by all catalog entry components.
Показать файл Открыть проект

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

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