Namespace: Ccs.BusinessLogic
Class 
SortOrderEnum Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Enum

This Software is licensed by Progress Software Corporation (licensor)
under the Progress Software Common Component Specification Project
Release License Agreement available at
https://community.progress.com/products/directions/common_component/p/releaselicenseagreement
The Interface definition is part of the Common Component Specification [CCSBE01]. The
file is considered as a Specification Implementation Condition as described
in section 2.1.1.1: If Licensor has made Specification Implementation
Conditions available as of the date Licensee completes its Independent
Implementation, then Licensee must, prior to making any claim that its
Independent Implementation complies with the Specification, ensure that
the Independent Implementation satisfies all of the Specification
Implementation Conditions. If Licensor subsequently makes available or
updates, from time to time, the Specification Implementation Conditions,
then Licensee will verify that its Independent Implementation satisfies the
latest version of the Specification Implementation Conditions within ninety
(90) days following Licensor's release thereof.
Contributors:
Mike Fechner, Consultingwerk [2016]
File:JoinEnum
Purpose:Enum for values of the Join property of the
IQueryEntry interface
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun May 22 19:44:59 CEST 2016
/* Mike Fechner, Consultingwerk Ltd. 13.09.2017
Preprocessor variables for SmartComponentLibrary, WinKit and SmartFramework
based on Consultingwerk/packages.i now



Top Method Summary
Options Name Purpose
+ LOGICAL Equals (Object) Compares this Enum member to another member of this Enum by Value
Inherited from Consultingwerk.Enum
+ Ccs.BusinessLogic.SortOrderEnum FromString (character) Returns the reference to the Enum member with the given name
+ Ccs.BusinessLogic.SortOrderEnum FromValue (integer) Returns the reference to the Enum member with the given value
+ F INT64 GetValue () Returns the Value of the Enum Member
Inherited from Consultingwerk.Enum
+ CHARACTER ToString () Returns a CHARACTER representation (human readable) of the Enum member
Inherited from Consultingwerk.Enum

Top Constructor Summary
Options Name Purpose
- SortOrderEnum (integer, character) Constructor for the SortOrderEnum class

Top Property Summary
Options Name Purpose
+ Ccs.BusinessLogic.SortOrderEnum Ascending
+ Ccs.BusinessLogic.SortOrderEnum Descending
# CHARACTER Label
Inherited from Consultingwerk.Enum
+ INTEGER Value
Inherited from Consultingwerk.Enum


Method Detail
Top

PUBLIC LOGICAL Equals (Object)

Inherited from Consultingwerk.Enum
Purpose: Compares this Enum member to another member of this Enum by Value
Notes: Returns FALSE when the passed in object reference is not of this
Enum type

Parameters:
poParam Progress.Lang.Object
The object to compare by value and type with the current enum member
Returns LOGICAL
Logical value indicating if the two compared enum members are euqally
Top

PUBLIC Ccs.BusinessLogic.SortOrderEnum FromString (character)

Purpose: Returns the reference to the Enum member with the given name
Notes: Only supported from OpenEdge 11.0 on

Parameters:
pcMemberName CHARACTER
The name of the Enum member to return
Returns Ccs.BusinessLogic.SortOrderEnum
The reference to the Enum member
Top

PUBLIC Ccs.BusinessLogic.SortOrderEnum FromValue (integer)

Purpose: Returns the reference to the Enum member with the given value
Notes: Only supported from OpenEdge 11.0 on

Parameters:
piValue INTEGER
The value of the Enum member to return
Returns Ccs.BusinessLogic.SortOrderEnum
The reference to the Enum member
Top

PUBLIC INT64 GetValue ()

Inherited from Consultingwerk.Enum
Purpose: Returns the Value of the Enum Member
Notes: Introduced for compability with 11.6 native Enums

Returns INT64
The Enum Memeber value
Top

PUBLIC CHARACTER ToString ()

Inherited from Consultingwerk.Enum
Purpose: Returns a CHARACTER representation (human readable) of the
Enum member
Notes:

Returns CHARACTER
The CHARACTER representation of the enum member, identically to the Label property


Constructor Detail
Top

PRIVATE SortOrderEnum (integer, character)

Purpose: Constructor for the SortOrderEnum class
Notes:

Parameters:
piValue INTEGER
The integer enum value
pcLabel CHARACTER
The character enum label


Property Detail
Top

PUBLIC Ccs.BusinessLogic.SortOrderEnum Ascending


Returns Ccs.BusinessLogic.SortOrderEnum
Top

PUBLIC Ccs.BusinessLogic.SortOrderEnum Descending


Returns Ccs.BusinessLogic.SortOrderEnum
Top

PROTECTED CHARACTER Label

Inherited from Consultingwerk.Enum

Returns CHARACTER
Top

PUBLIC INTEGER Value

Inherited from Consultingwerk.Enum

Returns INTEGER


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:09:27