Constructors
constructor
- new OrderProperty(propertyPath: string, isDesc?: boolean): OrderProperty
-
Parameters
-
propertyPath: string
-
isDesc: boolean = null
Properties
Private isDesc
isDesc: boolean = null
Private propertyPath
propertyPath: string
Methods
getDirection
- getDirection(): boolean
-
Returns boolean
getPropertyPath
- getPropertyPath(): string
-
Returns string
getValue
- getValue(): string
-
Returns string