C# 클래스 BookPropertySet, VRCoolReader

파일 보기 프로젝트 열기: incshaun/VRCoolReader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
author string
colour float[]
currentPage int
filename string
fontSize int
title string

공개 메소드들

메소드 설명
Deserialize ( Array, data ) : BookPropertySet,
Load ( string filepath ) : void
RawLoad ( string directfilepath ) : void
Save ( ) : void
Serialize ( object bpo ) : byte[]
getPropertyCacheFiles ( ) : string[]
haveRecord ( string filepath ) : bool

비공개 메소드들

메소드 설명
getFilePath ( string filepath ) : string

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( Array, data ) : BookPropertySet,
data Array,
리턴 BookPropertySet,

Load() 공개 메소드

public Load ( string filepath ) : void
filepath string
리턴 void

RawLoad() 공개 메소드

public RawLoad ( string directfilepath ) : void
directfilepath string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Serialize() 공개 정적인 메소드

public static Serialize ( object bpo ) : byte[]
bpo object
리턴 byte[]

getPropertyCacheFiles() 공개 정적인 메소드

public static getPropertyCacheFiles ( ) : string[]
리턴 string[]

haveRecord() 공개 정적인 메소드

public static haveRecord ( string filepath ) : bool
filepath string
리턴 bool

프로퍼티 상세

author 공개적으로 프로퍼티

public string author
리턴 string

colour 공개적으로 프로퍼티

public float[] colour
리턴 float[]

currentPage 공개적으로 프로퍼티

public int currentPage
리턴 int

filename 공개적으로 프로퍼티

public string filename
리턴 string

fontSize 공개적으로 프로퍼티

public int fontSize
리턴 int

title 공개적으로 프로퍼티

public string title
리턴 string