Namespace: Consultingwerk
Class 
SortField Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
SERIALIZABLE

File:SortField
Purpose:Describes a sort field
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Aug 15 22:40:41 CEST 2018
Purpose: Gets and sets the field name
Notes:



Top Method Summary
Options Name Purpose
+ Progress.Lang.Object Clone () Clones the object instance

Top Constructor Summary
Options Name Purpose
+ SortField () Constructor for the SortField class
+ SortField (character) Constructor for the SortField class
+ SortField (character, SortOrderEnum) Constructor for the SortField class

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


Method Detail
Top

PUBLIC Progress.Lang.Object Clone ()

Purpose: Clones the object instance
Notes:

Returns Progress.Lang.Object
The cloned object instance


Constructor Detail
Top

PUBLIC SortField ()

Purpose: Constructor for the SortField class
Notes:

Top

PUBLIC SortField (character)

Purpose: Constructor for the SortField class
Notes:

Parameters:
pcFieldName CHARACTER
The value for the FieldName property
Top

PUBLIC SortField (character, SortOrderEnum)

Purpose: Constructor for the SortField class
Notes:

Parameters:
pcFieldName CHARACTER
The value for the FieldName property
poSortOrder Ccs.BusinessLogic.SortOrderEnum
The value for the poSortOrder property


Property Detail
Top

PUBLIC CHARACTER FieldName


Returns CHARACTER
Top

PUBLIC Ccs.BusinessLogic.SortOrderEnum SortOrder


Returns Ccs.BusinessLogic.SortOrderEnum


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:15:11