Property | Type | Description | |
---|---|---|---|
author | string | ||
colour | float[] | ||
currentPage | int | ||
filename | string | ||
fontSize | int | ||
title | string |
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 |
Method | Description | |
---|---|---|
getFilePath ( string filepath ) : string |
public static Deserialize ( Array, data ) : BookPropertySet, | ||
data | Array, | |
return | BookPropertySet, |
public RawLoad ( string directfilepath ) : void | ||
directfilepath | string | |
return | void |
public static Serialize ( object bpo ) : byte[] | ||
bpo | object | |
return | byte[] |
public static getPropertyCacheFiles ( ) : string[] | ||
return | string[] |
public static haveRecord ( string filepath ) : bool | ||
filepath | string | |
return | bool |