Namespace: OpenEdge.BusinessLogic
Class
QuerySortEntry
Parent classes:
Inherits: Progress.Lang.Object
Implements: Ccs.BusinessLogic.IQuerySortEntry

/* *************************************************************************************************************************
Copyright (c) 2018-2019 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:QuerySortEntry
Author(s):pjudge
Created:2018-06-15
/* Returns the name of the field for this query sort entry




Method Summary
Options Name Purpose
CHARACTER ToString ()

Constructor Summary
Options Name Purpose
QuerySortEntry (character) /* Constructor @param character (mandatory) The field name */
QuerySortEntry (character, SortOrderEnum) /* Constructor @param character (mandatory) The field name @param SortOrderEnum (mandatory) The sort direction */

Property Summary
Options Name Purpose
CHARACTER FieldName
Ccs.BusinessLogic.SortOrderEnum SortOrder


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

QuerySortEntry (character)

/* Constructor
Parameters:
pFieldName CHARACTER
Top

QuerySortEntry (character, SortOrderEnum)

/* Constructor
Parameters:
pFieldName CHARACTER
pSortDirection Ccs.BusinessLogic.SortOrderEnum


Property Detail
Top

CHARACTER FieldName

Returns CHARACTER
Top

Ccs.BusinessLogic.SortOrderEnum SortOrder

Returns Ccs.BusinessLogic.SortOrderEnum


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15