Sort members
Defines how search results are sorted.
The Sort type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Sort | Initializes a new instance of the Sort class. |
Top
Properties
Name | Description | |
---|---|---|
Direction | Gets or sets the direction in which search results are ordered. | |
Property | Gets or sets the name for a property by which the search results are ordered. | |
TypeId | (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top