C# Class OakIdeas.EBook.EPUB.Elements.CaseElement

Inheritance: OakIdeas.EBook.EPUB.BaseElement
Datei anzeigen Open project: oakcool/OakIdeas.EBook

Public Methods

Method Description
CaseElement ( ) : System
CaseElement ( string id ) : System
CaseElement ( string id, string requiredNamespace ) : System
CaseElement ( string prefix, string reference, string nameSpace ) : System

Method Details

CaseElement() public method

public CaseElement ( ) : System
return System

CaseElement() public method

public CaseElement ( string id ) : System
id string
return System

CaseElement() public method

public CaseElement ( string id, string requiredNamespace ) : System
id string
requiredNamespace string
return System

CaseElement() public method

public CaseElement ( string prefix, string reference, string nameSpace ) : System
prefix string
reference string
nameSpace string
return System