Namespace: Consultingwerk.SmartComponents.Enum
Class 
FindRowWhereModeEnum Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Enum

File:FindRowWhereModeEnum
Purpose:Enumeration Describing the Modes of the FindRowWhere Method
in SmartBusinessEntityAdapter
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Jan 16 00:04:59 CET 2011



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
+ 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
- FindRowWhereModeEnum (integer, character) Constructor for the FindRowWhereModeEnum class

Top Property Summary
Options Name Purpose
+ Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum FindOnClient Only perform FindRowWhere with the current client data
+ Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum FindOnServer Perform FindRowWhere on client first and if now row has been found perform FindRowWhere in the Business Entity/Data Access Object
+ Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum FindOnServerOnly Directly perform FindRowWhere on the Server
# CHARACTER Label Returns the character label associated with an enum member instance
Inherited from Consultingwerk.Enum
+ INTEGER Value Returns the integer value associated with an enum member instance
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 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 FindRowWhereModeEnum (integer, character)

Purpose: Constructor for the FindRowWhereModeEnum class
Notes:

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


Property Detail
Top

PUBLIC Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum FindOnClient

Purpose: Only perform FindRowWhere with the current client data
Notes:

Returns Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum
Top

PUBLIC Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum FindOnServer

Purpose: Perform FindRowWhere on client first and if now row has been found
perform FindRowWhere in the Business Entity/Data Access Object
Notes:

Returns Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum
Top

PUBLIC Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum FindOnServerOnly

Purpose: Directly perform FindRowWhere on the Server
Notes:

Returns Consultingwerk.SmartComponents.Enum.FindRowWhereModeEnum
Top

PROTECTED CHARACTER Label

Inherited from Consultingwerk.Enum
Purpose: Returns the character label associated with an enum member instance
Notes: Instance member

Returns CHARACTER
Top

PUBLIC INTEGER Value

Inherited from Consultingwerk.Enum
Purpose: Returns the integer value associated with an enum member instance
Notes: Instance member

Returns INTEGER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:31:37