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

Inheritance: OakIdeas.EBook.EPUB.BaseElement
ファイルを表示 Open project: oakcool/OakIdeas.EBook

Public Methods

Method Description
IdentifierElement ( ) : System
IdentifierElement ( string value ) : System
IdentifierElement ( string id, string value ) : System

Method Details

IdentifierElement() public method

public IdentifierElement ( ) : System
return System

IdentifierElement() public method

public IdentifierElement ( string value ) : System
value string
return System

IdentifierElement() public method

public IdentifierElement ( string id, string value ) : System
id string
value string
return System