C# Class nl.siegmann.epublib.domain.Metadata

Afficher le fichier Open project: lanfengqi/EpubLib-Sharp Class Usage Examples

Méthodes publiques

Méthode Description
Metadata ( ) : System
addAuthor ( Author author ) : Author
addContributor ( Author contributor ) : Author
addDate ( Date date ) : Date
addDescription ( string description ) : string
addIdentifier ( Identifier identifier ) : Identifier
addPublisher ( string publisher ) : string
addTitle ( string title ) : string
addType ( string type ) : string
getAuthors ( ) : List
getContributors ( ) : List
getDates ( ) : List
getDescriptions ( ) : List
getFirstTitle ( ) : string

Gets the first non-blank title of the book. Will return "" if no title found.

getFormat ( ) : string
getIdentifiers ( ) : List
getLanguage ( ) : string
getOtherProperties ( ) : String>.Dictionary

Metadata properties not hard-coded like the author, title, etc.

getPublishers ( ) : List
getRights ( ) : List
getSubjects ( ) : List
getTitles ( ) : List
getTypes ( ) : List
isAutoGeneratedId ( ) : bool
setAuthors ( List authors ) : void
setContributors ( List contributors ) : void
setDates ( List dates ) : void
setDescriptions ( List descriptions ) : void
setFormat ( string format ) : void
setIdentifiers ( List identifiers ) : void
setLanguage ( string language ) : void
setOtherProperties ( string>.Dictionary otherProperties ) : void
setPublishers ( List publishers ) : void
setRights ( List rights ) : void
setSubjects ( List subjects ) : void
setTitles ( List titles ) : void
setTypes ( List types ) : void

Method Details

Metadata() public méthode

public Metadata ( ) : System
Résultat System

addAuthor() public méthode

public addAuthor ( Author author ) : Author
author Author
Résultat Author

addContributor() public méthode

public addContributor ( Author contributor ) : Author
contributor Author
Résultat Author

addDate() public méthode

public addDate ( Date date ) : Date
date Date
Résultat Date

addDescription() public méthode

public addDescription ( string description ) : string
description string
Résultat string

addIdentifier() public méthode

public addIdentifier ( Identifier identifier ) : Identifier
identifier Identifier
Résultat Identifier

addPublisher() public méthode

public addPublisher ( string publisher ) : string
publisher string
Résultat string

addTitle() public méthode

public addTitle ( string title ) : string
title string
Résultat string

addType() public méthode

public addType ( string type ) : string
type string
Résultat string

getAuthors() public méthode

public getAuthors ( ) : List
Résultat List

getContributors() public méthode

public getContributors ( ) : List
Résultat List

getDates() public méthode

public getDates ( ) : List
Résultat List

getDescriptions() public méthode

public getDescriptions ( ) : List
Résultat List

getFirstTitle() public méthode

Gets the first non-blank title of the book. Will return "" if no title found.
public getFirstTitle ( ) : string
Résultat string

getFormat() public méthode

public getFormat ( ) : string
Résultat string

getIdentifiers() public méthode

public getIdentifiers ( ) : List
Résultat List

getLanguage() public méthode

public getLanguage ( ) : string
Résultat string

getOtherProperties() public méthode

Metadata properties not hard-coded like the author, title, etc.
public getOtherProperties ( ) : String>.Dictionary
Résultat String>.Dictionary

getPublishers() public méthode

public getPublishers ( ) : List
Résultat List

getRights() public méthode

public getRights ( ) : List
Résultat List

getSubjects() public méthode

public getSubjects ( ) : List
Résultat List

getTitles() public méthode

public getTitles ( ) : List
Résultat List

getTypes() public méthode

public getTypes ( ) : List
Résultat List

isAutoGeneratedId() public méthode

public isAutoGeneratedId ( ) : bool
Résultat bool

setAuthors() public méthode

public setAuthors ( List authors ) : void
authors List
Résultat void

setContributors() public méthode

public setContributors ( List contributors ) : void
contributors List
Résultat void

setDates() public méthode

public setDates ( List dates ) : void
dates List
Résultat void

setDescriptions() public méthode

public setDescriptions ( List descriptions ) : void
descriptions List
Résultat void

setFormat() public méthode

public setFormat ( string format ) : void
format string
Résultat void

setIdentifiers() public méthode

public setIdentifiers ( List identifiers ) : void
identifiers List
Résultat void

setLanguage() public méthode

public setLanguage ( string language ) : void
language string
Résultat void

setOtherProperties() public méthode

public setOtherProperties ( string>.Dictionary otherProperties ) : void
otherProperties string>.Dictionary
Résultat void

setPublishers() public méthode

public setPublishers ( List publishers ) : void
publishers List
Résultat void

setRights() public méthode

public setRights ( List rights ) : void
rights List
Résultat void

setSubjects() public méthode

public setSubjects ( List subjects ) : void
subjects List
Résultat void

setTitles() public méthode

public setTitles ( List titles ) : void
titles List
Résultat void

setTypes() public méthode

public setTypes ( List types ) : void
types List
Résultat void