KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Data.CRUD.ActionMessages.CollectionResponse< TObject > Class Template Reference

The standard response to the CollectionRequest message More...

Properties

int Count [get, set]
 Gets or sets the number of entities, that satisfies the query More...
 
List< TObject > Items [get, set]
 Gets or sets the items for the query More...
 

Detailed Description

The standard response to the CollectionRequest message

Template Parameters
TObjectThe type of entity

Definition at line 18 of file CollectionResponse.cs.

Property Documentation

◆ Count

Gets or sets the number of entities, that satisfies the query

Definition at line 23 of file CollectionResponse.cs.

◆ Items

List<TObject> KlusterKite.Data.CRUD.ActionMessages.CollectionResponse< TObject >.Items
getset

Gets or sets the items for the query

Definition at line 28 of file CollectionResponse.cs.


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