Table of Contents

Class LogEventOrder

Namespace
Dynamicweb.Logging.LogEvents
Assembly
Dynamicweb.Logging.dll
public class LogEventOrder
Inheritance
LogEventOrder
Inherited Members

Constructors

LogEventOrder()

public LogEventOrder()

Properties

IsDescending

public bool IsDescending { get; set; }

Property Value

bool

OrderBy

public string OrderBy { get; set; }

Property Value

string

Methods

GetOrderDirection()

public string GetOrderDirection()

Returns

string

GetValueOrderingNames()

public IEnumerable<string> GetValueOrderingNames()

Returns

IEnumerable<string>
To top