C# Class GR.Data.PersistantFileStorage

Inheritance: PersistantStorage
显示文件 Open project: alexhanh/Botting-Library

Protected Properties

Property Type Description
filename string

Public Methods

Method Description
Commit ( ) : void
PersistantFileStorage ( string filename ) : System

Method Details

Commit() public method

public Commit ( ) : void
return void

PersistantFileStorage() public method

public PersistantFileStorage ( string filename ) : System
filename string
return System

Property Details

filename protected_oe property

protected string filename
return string