LogEntryOrderByData Class

The data contract class for a order by entry for QueryLogEntriesOptions.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLogEntryOrderByData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class LogEntryOrderByData

The LogEntryOrderByData type exposes the following members.

Constructors
 NameDescription
Public methodLogEntryOrderByDataInitializes a new instance of the LogEntryOrderByData class
Top
Properties
 NameDescription
Public propertyLogEntryQueryField Gets or sets the log entry query field.
Public propertySortDirection Gets or sets the sort direction.
Top
See Also