C# Class Raven.Client.UniqueConstraints.UniqueConstraintsStoreListener

Inheritance: IDocumentStoreListener
Show file Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
AfterStore ( string key, object entityInstance, RavenJObject metadata ) : void
BeforeStore ( string key, object entityInstance, RavenJObject metadata, RavenJObject original ) : bool

Method Details

AfterStore() public method

public AfterStore ( string key, object entityInstance, RavenJObject metadata ) : void
key string
entityInstance object
metadata RavenJObject
return void

BeforeStore() public method

public BeforeStore ( string key, object entityInstance, RavenJObject metadata, RavenJObject original ) : bool
key string
entityInstance object
metadata RavenJObject
original RavenJObject
return bool