DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Properties | List of all members
Deveel.Data.Protocol.IMessageEnvelope Interface Reference
Inheritance diagram for Deveel.Data.Protocol.IMessageEnvelope:
Deveel.Data.Protocol.IServerMessageEnvelope Deveel.Data.Protocol.NetworkEnvelope Deveel.Data.Protocol.EmbeddedMessageEnvelope

Properties

IDictionary< string, object > Metadata [get]
 
IMessage Message [get]
 
ServerError Error [get]
 

Detailed Description

Definition at line 21 of file IMessageEnvelope.cs.

Property Documentation

ServerError Deveel.Data.Protocol.IMessageEnvelope.Error
get

Definition at line 26 of file IMessageEnvelope.cs.

IMessage Deveel.Data.Protocol.IMessageEnvelope.Message
get

Definition at line 24 of file IMessageEnvelope.cs.

IDictionary<string, object> Deveel.Data.Protocol.IMessageEnvelope.Metadata
get

Definition at line 22 of file IMessageEnvelope.cs.


The documentation for this interface was generated from the following file: