Namespace: Consultingwerk.SmartFramework.Menu
Class 
SmartMenu_Generated Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.EntityTable
Inherited by: Consultingwerk.SmartFramework.Menu.SmartMenu
ABSTRACT

File:SmartMenu
Author(s):Mike Fechner
Created:28.04.2013 00:33:34



Top Method Summary
Options Name Purpose
# AssignFromBuffer (handle) Copies the buffer values to the entity table's properties
Overrides Consultingwerk.OERA.EntityTable:AssignFromBuffer (handle)
# AssignToBuffer (handle) Copies the entity table's properties to the buffer values
Overrides Consultingwerk.OERA.EntityTable:AssignToBuffer (handle)
# HANDLE GetChildRecord (handle, character) Returns the first (and typically only) child record of a to-one relation
Inherited from Consultingwerk.OERA.EntityTable
# GetChildRecords (handle, character, Object, character) Populates a List of child records
Inherited from Consultingwerk.OERA.EntityTable
+ InitializeNewRow () Initializes a New row
Inherited from Consultingwerk.OERA.EntityTable
# OnFunctionGuidChanged (EventArgs) Raises the FunctionGuidChanged event
# OnFunctionNameChanged (EventArgs) Raises the FunctionNameChanged event
# OnHasChildChanged (EventArgs) Raises the HasChildChanged event
# OnMenuBeginsAGroupChanged (EventArgs) Raises the MenuBeginsAGroupChanged event
# OnMenuGuidChanged (EventArgs) Raises the MenuGuidChanged event
# OnMenuLargeImageChanged (EventArgs) Raises the MenuLargeImageChanged event
# OnMenuNameChanged (EventArgs) Raises the MenuNameChanged event
# OnMenuSequenceChanged (EventArgs) Raises the MenuSequenceChanged event
# OnMenuSmallImageChanged (EventArgs) Raises the MenuSmallImageChanged event
# OnMenuStructureTypeChanged (EventArgs) Raises the MenuStructureTypeChanged event
# OnParentMenuGuidChanged (EventArgs) Raises the ParentMenuGuidChanged event
+ PopulateList (handle, character, Object, character) Populates a List object with EntityTable objects for buffers
Inherited from Consultingwerk.OERA.EntityTable
+ PopulateList (handle, Object, character) Populates a List object with EntityTable objects for buffers
Inherited from Consultingwerk.OERA.EntityTable
# SetModified () Set's the current row to modified
Inherited from Consultingwerk.OERA.EntityTable

Top Constructor Summary
Options Name Purpose
+ SmartMenu_Generated () Constructor of the SmartMenu_Generated class
+ SmartMenu_Generated (handle) Constructor of the SmartMenu_Generated class

Top Event Summary
Options Name Purpose
+ FunctionGuidChanged (Object, EventArgs) Raised when the FunctionGuid property value changes
+ FunctionNameChanged (Object, EventArgs) Raised when the FunctionName property value changes
+ HasChildChanged (Object, EventArgs) Raised when the HasChild property value changes
+ MenuBeginsAGroupChanged (Object, EventArgs) Raised when the MenuBeginsAGroup property value changes
+ MenuGuidChanged (Object, EventArgs) Raised when the MenuGuid property value changes
+ MenuLargeImageChanged (Object, EventArgs) Raised when the MenuLargeImage property value changes
+ MenuNameChanged (Object, EventArgs) Raised when the MenuName property value changes
+ MenuSequenceChanged (Object, EventArgs) Raised when the MenuSequence property value changes
+ MenuSmallImageChanged (Object, EventArgs) Raised when the MenuSmallImage property value changes
+ MenuStructureTypeChanged (Object, EventArgs) Raised when the MenuStructureType property value changes
+ ParentMenuGuidChanged (Object, EventArgs) Raised when the ParentMenuGuid property value changes

Top Property Summary
Options Name Purpose
+ CHARACTER FunctionGuid
+ CHARACTER FunctionName
+ LOGICAL HasChild
+ LOGICAL MenuBeginsAGroup
+ CHARACTER MenuGuid
+ CHARACTER MenuLargeImage
+ CHARACTER MenuName
+ INTEGER MenuSequence
+ CHARACTER MenuSmallImage
+ CHARACTER MenuStructureType
+ CHARACTER ParentMenuGuid
+ RowStateEnum RowState
Inherited from Consultingwerk.OERA.EntityTable
+ Consultingwerk.SmartFramework.Menu.ListSmartFunction SmartFunctions


Method Detail
Top

PROTECTED AssignFromBuffer (handle)

Overrides Consultingwerk.OERA.EntityTable:AssignFromBuffer (handle)
Purpose: Copies the buffer values to the entity table's properties
Notes:

Parameters:
phBuffer HANDLE
The handle of the record buffer to assign properties from
Top

PROTECTED AssignToBuffer (handle)

Overrides Consultingwerk.OERA.EntityTable:AssignToBuffer (handle)
Purpose: Copies the entity table's properties to the buffer values
Notes:

Parameters:
phBuffer HANDLE
The handle of the record buffer to assign properties from
Top

PROTECTED HANDLE GetChildRecord (handle, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Returns the first (and typically only) child record of a to-one
relation
Notes:

Parameters:
phParentBuffer HANDLE
The handle to the parent buffer
pcDataRelationName CHARACTER
The name of the data-relation to return the child buffer for
Returns HANDLE
The handle of the child record, already located to the first record (if any)
Top

PROTECTED GetChildRecords (handle, character, Object, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Populates a List of child records
Notes: As we currently don't support "generic Interfaces", we can only access
the strong typed Add method of the Generic lists using the DYNAMIC-INVOKE
statement.

Parameters:
phParentBuffer HANDLE
The handle to the parent buffer
pcDataRelationName CHARACTER
The name of the data-relation to return the child buffer for
poList Progress.Lang.Object
The List to populate
pcClassName CHARACTER
The name of the ChildClass
Top

PUBLIC InitializeNewRow ()

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Initializes a New row
Notes: Provides a method to provide initial values when records are added to
differentiate from the Constructor usage when Rows are populate based
on existing DB records
Override this method to provide initial values

Top

PROTECTED OnFunctionGuidChanged (EventArgs)

Purpose: Raises the FunctionGuidChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnFunctionNameChanged (EventArgs)

Purpose: Raises the FunctionNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnHasChildChanged (EventArgs)

Purpose: Raises the HasChildChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnMenuBeginsAGroupChanged (EventArgs)

Purpose: Raises the MenuBeginsAGroupChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnMenuGuidChanged (EventArgs)

Purpose: Raises the MenuGuidChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnMenuLargeImageChanged (EventArgs)

Purpose: Raises the MenuLargeImageChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnMenuNameChanged (EventArgs)

Purpose: Raises the MenuNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnMenuSequenceChanged (EventArgs)

Purpose: Raises the MenuSequenceChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnMenuSmallImageChanged (EventArgs)

Purpose: Raises the MenuSmallImageChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnMenuStructureTypeChanged (EventArgs)

Purpose: Raises the MenuStructureTypeChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnParentMenuGuidChanged (EventArgs)

Purpose: Raises the ParentMenuGuidChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC PopulateList (handle, character, Object, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Populates a List object with EntityTable objects for buffers
Notes: Selects the buffer records using an optional Query string
As we currently don't support "generic Interfaces", we can only access
the strong typed Add method of the Generic lists using the DYNAMIC-INVOKE
statement.

Parameters:
phBuffer HANDLE
The Buffer to return add EntityTable instances to the list
pcQueryString CHARACTER
The QueryString to use while populating the list
poList Progress.Lang.Object
The list to add the EntityTable instances to
pcClassName CHARACTER
The name of the class to create EntityTable instances of (child class of the EntityTable)
Top

PUBLIC PopulateList (handle, Object, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Populates a List object with EntityTable objects for buffers
Notes:

Parameters:
phBuffer HANDLE
The Buffer to return add EntityTable instances to the list
poList Progress.Lang.Object
The list to add the EntityTable instances to
pcClassName CHARACTER
The name of the class to create EntityTable instances of (child class of the EntityTable)
Top

PROTECTED SetModified ()

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Set's the current row to modified
Notes: When the RowState is Add or Deleted it will not be changed



Constructor Detail
Top

PUBLIC SmartMenu_Generated ()

Purpose: Constructor of the SmartMenu_Generated class
Notes:

Top

PUBLIC SmartMenu_Generated (handle)

Purpose: Constructor of the SmartMenu_Generated class
Notes:

Parameters:
phBuffer HANDLE
A source buffer to copy the values from


Event Detail
Top

PUBLIC FunctionGuidChanged (Object, EventArgs)

Purpose: Raised when the FunctionGuid property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC FunctionNameChanged (Object, EventArgs)

Purpose: Raised when the FunctionName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC HasChildChanged (Object, EventArgs)

Purpose: Raised when the HasChild property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC MenuBeginsAGroupChanged (Object, EventArgs)

Purpose: Raised when the MenuBeginsAGroup property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC MenuGuidChanged (Object, EventArgs)

Purpose: Raised when the MenuGuid property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC MenuLargeImageChanged (Object, EventArgs)

Purpose: Raised when the MenuLargeImage property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC MenuNameChanged (Object, EventArgs)

Purpose: Raised when the MenuName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC MenuSequenceChanged (Object, EventArgs)

Purpose: Raised when the MenuSequence property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC MenuSmallImageChanged (Object, EventArgs)

Purpose: Raised when the MenuSmallImage property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC MenuStructureTypeChanged (Object, EventArgs)

Purpose: Raised when the MenuStructureType property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC ParentMenuGuidChanged (Object, EventArgs)

Purpose: Raised when the ParentMenuGuid property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event


Property Detail
Top

PUBLIC CHARACTER FunctionGuid


Returns CHARACTER
Top

PUBLIC CHARACTER FunctionName


Returns CHARACTER
Top

PUBLIC LOGICAL HasChild


Returns LOGICAL
Top

PUBLIC LOGICAL MenuBeginsAGroup


Returns LOGICAL
Top

PUBLIC CHARACTER MenuGuid


Returns CHARACTER
Top

PUBLIC CHARACTER MenuLargeImage


Returns CHARACTER
Top

PUBLIC CHARACTER MenuName


Returns CHARACTER
Top

PUBLIC INTEGER MenuSequence


Returns INTEGER
Top

PUBLIC CHARACTER MenuSmallImage


Returns CHARACTER
Top

PUBLIC CHARACTER MenuStructureType


Returns CHARACTER
Top

PUBLIC CHARACTER ParentMenuGuid


Returns CHARACTER
Top

PUBLIC RowStateEnum RowState

Inherited from Consultingwerk.OERA.EntityTable

Returns RowStateEnum
Top

PUBLIC Consultingwerk.SmartFramework.Menu.ListSmartFunction SmartFunctions


Returns Consultingwerk.SmartFramework.Menu.ListSmartFunction


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:36:24