C# Class feed.SpecificationWithLongFeed

Inheritance: HttpBehaviorSpecification
显示文件 Open project: EventStore/EventStore

Protected Properties

Property Type Description
_numberOfEvents int

Protected Methods

Method Description
GetLink ( Newtonsoft.Json.Linq.JObject feed, string relation ) : string
Given ( ) : void
PostEvent ( int i ) : string

Method Details

GetLink() protected method

protected GetLink ( Newtonsoft.Json.Linq.JObject feed, string relation ) : string
feed Newtonsoft.Json.Linq.JObject
relation string
return string

Given() protected method

protected Given ( ) : void
return void

PostEvent() protected method

protected PostEvent ( int i ) : string
i int
return string

Property Details

_numberOfEvents protected_oe property

protected int _numberOfEvents
return int