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

Inheritance: OakIdeas.EBook.EPUB.BaseElement
Afficher le fichier Open project: oakcool/OakIdeas.EBook

Méthodes publiques

Méthode Description
IdentifierElement ( ) : System
IdentifierElement ( string value ) : System
IdentifierElement ( string id, string value ) : System

Method Details

IdentifierElement() public méthode

public IdentifierElement ( ) : System
Résultat System

IdentifierElement() public méthode

public IdentifierElement ( string value ) : System
value string
Résultat System

IdentifierElement() public méthode

public IdentifierElement ( string id, string value ) : System
id string
value string
Résultat System