Class SortingRule
Inheritance
System.Object
SortingRule
Assembly: Crowdin.Api.dll
Syntax
public class SortingRule : object
Properties
|
Improve this Doc
View Source
Field
Declaration
public string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Order
Declaration
public SortingOrder? Order { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|