KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Client.SortingCondition Class Reference

The sorting condition to pass in messages More...

Public Types

enum  EnDirection { EnDirection.Asc, EnDirection.Desc }
 The sorting direction More...
 

Public Member Functions

 SortingCondition ()
 Initializes a new instance of the SortingCondition class. More...
 
 SortingCondition (string propertyName, EnDirection direction)
 Initializes a new instance of the SortingCondition class. More...
 

Properties

string PropertyName [get, set]
 Gets or sets the property name to sort by More...
 
EnDirection Direction [get, set]
 Gets or sets the sorting direction More...
 

Detailed Description

The sorting condition to pass in messages

Definition at line 17 of file SortingCondition.cs.

Member Enumeration Documentation

◆ EnDirection

The sorting direction

Enumerator
Asc 

Ascending order

Desc 

Descending order

Definition at line 46 of file SortingCondition.cs.

Constructor & Destructor Documentation

◆ SortingCondition() [1/2]

KlusterKite.API.Client.SortingCondition.SortingCondition ( )

Initializes a new instance of the SortingCondition class.

Definition at line 23 of file SortingCondition.cs.

◆ SortingCondition() [2/2]

KlusterKite.API.Client.SortingCondition.SortingCondition ( string  propertyName,
EnDirection  direction 
)

Initializes a new instance of the SortingCondition class.

Parameters
propertyNameThe property name.
directionThe direction.

Definition at line 37 of file SortingCondition.cs.

Property Documentation

◆ Direction

EnDirection KlusterKite.API.Client.SortingCondition.Direction
getset

Gets or sets the sorting direction

Definition at line 67 of file SortingCondition.cs.

◆ PropertyName

string KlusterKite.API.Client.SortingCondition.PropertyName
getset

Gets or sets the property name to sort by

Definition at line 62 of file SortingCondition.cs.


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