C# Class StockManagement.WebApiApplication

Inheritance: System.Web.HttpApplication
显示文件 Open project: etcoding/StockManagement

Public Properties

Property Type Description
Store Raven.Client.Document.DocumentStore

Protected Methods

Method Description
Application_Start ( ) : void
InitRavenDb ( ) : void

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

InitRavenDb() protected method

protected InitRavenDb ( ) : void
return void

Property Details

Store public_oe static_oe property

public static DocumentStore,Raven.Client.Document Store
return Raven.Client.Document.DocumentStore