Class ObjectSortBy
Sort condition for object search
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class ObjectSortBy
Properties
AttrId
Attribute Id
Declaration
[JsonPropertyName("attrId")]
public int AttrId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LangId
Language Id
Declaration
[JsonPropertyName("langId")]
public int LangId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Reverse
Sort reverse
Declaration
[JsonPropertyName("reverse")]
public bool Reverse { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
SortBy
Sort By operator
Declaration
[JsonPropertyName("sortBy")]
public ObjectSortByKind SortBy { get; set; }
Property Value
| Type | Description |
|---|---|
| ObjectSortByKind |
VariantId
Variant Id
Declaration
[JsonPropertyName("variantId")]
public int VariantId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |