C# Class SobekCM.Library.Citation.Elements.Element_Factory

Factory which generates each element object, depending on the provided element type and subtype
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
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

Method Details

getElement() public static method

Gets the element object associated with the provided type
public static getElement ( string Type ) : abstract_Element
Type string Type for the element to retrieve
return abstract_Element

getElement() public static method

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
return abstract_Element