Skip to main content

Class ArchiveOrderByInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ArchiveOrderByInfo. This class carries information about an ordering criterion for an archive.

Inheritance

objectArchiveOrderByInfo

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ArchiveOrderByInfo()

Default constructor - defaults any enum props to 0.

Properties

Direction

Direction to order. NULL if unknown enum value.

Property Value

OrderBySortType?

See Also

ArchiveOrderByInfo.Direction_String

Direction_String

Direction to order. Raw string enum value.

Property Value

string

See Also

ArchiveOrderByInfo.Direction

Name

Programmatic name of the column to order by, semantically the same as the ArchiveColumnInfo.Name.

Property Value

string

See Also

ArchiveAgent