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

Exibir arquivo Open project: lanfengqi/EpubLib-Sharp

Protected Properties

Property Type Description
resource Resource

Public Methods

Method Description
ResourceReference ( Resource resource ) : System
getResource ( ) : Resource
getResourceId ( ) : string

The id of the reference referred to. null of the reference is null or has a null id itself.

setResource ( Resource resource ) : void

Besides setting the resource it also sets the fragmentId to null.

Method Details

ResourceReference() public method

public ResourceReference ( Resource resource ) : System
resource Resource
return System

getResource() public method

public getResource ( ) : Resource
return Resource

getResourceId() public method

The id of the reference referred to. null of the reference is null or has a null id itself.
public getResourceId ( ) : string
return string

setResource() public method

Besides setting the resource it also sets the fragmentId to null.
public setResource ( Resource resource ) : void
resource Resource resource
return void

Property Details

resource protected_oe property

protected Resource,nl.siegmann.epublib.domain resource
return Resource