C# Class ExoWeb.ServiceRequest.DomainEvent

Represents a domain event to be raised on a specific ModelInstance.
Inheritance: IJsonSerializable
Datei anzeigen Open project: vc3/ExoWeb

Public Methods

Method Description
IJsonSerializable ( JsonWriter writer ) : void

Private Methods

Method Description
IJsonSerializable ( JsonReader reader ) : object
Raise ( ModelTransaction transaction ) : object

Method Details

IJsonSerializable() public method

public IJsonSerializable ( JsonWriter writer ) : void
writer JsonWriter
return void