C# 클래스 SobekCM.Library.Citation.Elements.Element_Factory

Factory which generates each element object, depending on the provided element type and subtype
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

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