C# Class BookPropertySet, VRCoolReader

Show file Open project: incshaun/VRCoolReader Class Usage Examples

Public Properties

Property Type Description
author string
colour float[]
currentPage int
filename string
fontSize int
title string

Public Methods

Method 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

Method Description
getFilePath ( string filepath ) : string

Method Details

Deserialize() public static method

public static Deserialize ( Array, data ) : BookPropertySet,
data Array,
return BookPropertySet,

Load() public method

public Load ( string filepath ) : void
filepath string
return void

RawLoad() public method

public RawLoad ( string directfilepath ) : void
directfilepath string
return void

Save() public method

public Save ( ) : void
return void

Serialize() public static method

public static Serialize ( object bpo ) : byte[]
bpo object
return byte[]

getPropertyCacheFiles() public static method

public static getPropertyCacheFiles ( ) : string[]
return string[]

haveRecord() public static method

public static haveRecord ( string filepath ) : bool
filepath string
return bool

Property Details

author public property

public string author
return string

colour public property

public float[] colour
return float[]

currentPage public property

public int currentPage
return int

filename public property

public string filename
return string

fontSize public property

public int fontSize
return int

title public property

public string title
return string