Class OrderBase
public abstract class OrderBase : DisplayBindableBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IOrderWhereable, IWhereable
- Inheritance
-
OrderBase
- Implements
- Inherited Members
- Extension Methods
Properties
UseDesc
public bool UseDesc { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Where(IEnumerable)
public abstract IEnumerable Where(IEnumerable from)
Parameters
from
IEnumerable