Class Order
Order by element
Implements
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
[Serializable]
[DataContract]
public sealed class Order : IEquatable<Order>
Properties
| Improve this Doc View SourceDescending
Descending flag
Declaration
[DataMember]
public bool Descending { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
FieldName
Field name
Declaration
[DataMember]
public string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
PropertyName
Property name
Declaration
[DataMember]
public string PropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
PropertyOwnerType
Property owner type name
Declaration
[DataMember]
public string PropertyOwnerType { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
SourceAlias
Source alias
Declaration
[DataMember]
public string SourceAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
| Improve this Doc View SourceEquals(Order)
Order equality check
Declaration
public bool Equals(Order other)
Parameters
| Type | Name | Description |
|---|---|---|
| Order | other | Order instance to compare |
Returns
| Type | Description |
|---|---|
| Boolean | Instances are contains the same data |