C# Класс SobekCM.Library.Citation.Elements.Element_Factory

Factory which generates each element object, depending on the provided element type and subtype
Показать файл Открыть проект

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

Метод Описание
getElement ( string Type ) : abstract_Element

Gets the element object associated with the provided type

getElement ( string Type, string SubType ) : abstract_Element

Gets the element object associated with the provided type and subtype

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

getElement() публичный статический Метод

Gets the element object associated with the provided type
public static getElement ( string Type ) : abstract_Element
Type string Type for the element to retrieve
Результат abstract_Element

getElement() публичный статический Метод

Gets the element object associated with the provided type and subtype
public static getElement ( string Type, string SubType ) : abstract_Element
Type string Type for the element to retrieve
SubType string Subtype for the element to retrieve
Результат abstract_Element