C# Class BookPropertySet, VRCoolReader

Afficher le fichier Open project: incshaun/VRCoolReader Class Usage Examples

Méthodes publiques

Свойство Type Description
author string
colour float[]
currentPage int
filename string
fontSize int
title string

Méthodes publiques

Méthode Description
Deserialize ( Array, data ) : BookPropertySet,
Load ( string filepath ) : void
RawLoad ( string directfilepath ) : void
Save ( ) : void
Serialize ( object bpo ) : byte[]
getPropertyCacheFiles ( ) : string[]
haveRecord ( string filepath ) : bool

Private Methods

Méthode Description
getFilePath ( string filepath ) : string

Method Details

Deserialize() public static méthode

public static Deserialize ( Array, data ) : BookPropertySet,
data Array,
Résultat BookPropertySet,

Load() public méthode

public Load ( string filepath ) : void
filepath string
Résultat void

RawLoad() public méthode

public RawLoad ( string directfilepath ) : void
directfilepath string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Serialize() public static méthode

public static Serialize ( object bpo ) : byte[]
bpo object
Résultat byte[]

getPropertyCacheFiles() public static méthode

public static getPropertyCacheFiles ( ) : string[]
Résultat string[]

haveRecord() public static méthode

public static haveRecord ( string filepath ) : bool
filepath string
Résultat bool

Property Details

author public_oe property

public string author
Résultat string

colour public_oe property

public float[] colour
Résultat float[]

currentPage public_oe property

public int currentPage
Résultat int

filename public_oe property

public string filename
Résultat string

fontSize public_oe property

public int fontSize
Résultat int

title public_oe property

public string title
Résultat string