C# Class Signum.Windows.OrderOption

Inheritance: System.Windows.Freezable
显示文件 Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
CloneIfNecessary ( ) : OrderOption
OrderOption ( ) : System
OrderOption ( string columnName ) : System
OrderOption ( string columnName, OrderType orderType ) : System
SetOrderTokens ( IEnumerable orders, QueryDescription qd, bool canAggregate = false ) : void
ToOrder ( ) : Order

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Method Details

CloneIfNecessary() public method

public CloneIfNecessary ( ) : OrderOption
return OrderOption

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

OrderOption() public method

public OrderOption ( ) : System
return System

OrderOption() public method

public OrderOption ( string columnName ) : System
columnName string
return System

OrderOption() public method

public OrderOption ( string columnName, OrderType orderType ) : System
columnName string
orderType OrderType
return System

SetOrderTokens() public static method

public static SetOrderTokens ( IEnumerable orders, QueryDescription qd, bool canAggregate = false ) : void
orders IEnumerable
qd Signum.Entities.DynamicQuery.QueryDescription
canAggregate bool
return void

ToOrder() public method

public ToOrder ( ) : Order
return Signum.Entities.DynamicQuery.Order