KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Data.CRUD.ActionMessages.ICrudActionMessage Interface Reference

Request to process some data action More...

Inheritance diagram for KlusterKite.Data.CRUD.ActionMessages.ICrudActionMessage:
KlusterKite.Data.CRUD.ActionMessages.CrudActionMessage< TData, TId >

Properties

EnActionType ActionType [get]
 Gets the type of request More...
 
object Id [get]
 Gets the identification of object. More...
 
object Data [get]
 Gets the object itself. More...
 
byte [] ExtraData [get]
 Gets some extra data, that will be returned with the response More...
 

Detailed Description

Request to process some data action

Definition at line 17 of file ICrudActionMessage.cs.

Property Documentation

◆ ActionType

EnActionType KlusterKite.Data.CRUD.ActionMessages.ICrudActionMessage.ActionType
get

Gets the type of request

Definition at line 22 of file ICrudActionMessage.cs.

◆ Data

object KlusterKite.Data.CRUD.ActionMessages.ICrudActionMessage.Data
get

Gets the object itself.

Definition at line 34 of file ICrudActionMessage.cs.

◆ ExtraData

byte [] KlusterKite.Data.CRUD.ActionMessages.ICrudActionMessage.ExtraData
get

Gets some extra data, that will be returned with the response

Definition at line 40 of file ICrudActionMessage.cs.

◆ Id

object KlusterKite.Data.CRUD.ActionMessages.ICrudActionMessage.Id
get

Gets the identification of object.

Definition at line 28 of file ICrudActionMessage.cs.


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