Namespace: Consultingwerk.SmartFramework.System
Class 
SmartUiTranslation_Generated Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.EntityTable
Inherited by: Consultingwerk.SmartFramework.System.SmartUiTranslation
ABSTRACT

File:SmartUiTranslation
Author(s):Mike Fechner
Created:12.05.2013 18:40:16



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
# OnLanguageGuidChanged (EventArgs) Raises the LanguageGuidChanged event
# OnObjectNameChanged (EventArgs) Raises the ObjectNameChanged event
# OnOriginalStringChanged (EventArgs) Raises the OriginalStringChanged event
# OnResourceKeyChanged (EventArgs) Raises the ResourceKeyChanged event
# OnTranslatedStringChanged (EventArgs) Raises the TranslatedStringChanged event
# OnUiTranslationGuidChanged (EventArgs) Raises the UiTranslationGuidChanged 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
+ SmartUiTranslation_Generated () Constructor of the SmartUiTranslation_Generated class
+ SmartUiTranslation_Generated (handle) Constructor of the SmartUiTranslation_Generated class

Top Event Summary
Options Name Purpose
+ LanguageGuidChanged (Object, EventArgs) Raised when the LanguageGuid property value changes
+ ObjectNameChanged (Object, EventArgs) Raised when the ObjectName property value changes
+ OriginalStringChanged (Object, EventArgs) Raised when the OriginalString property value changes
+ ResourceKeyChanged (Object, EventArgs) Raised when the ResourceKey property value changes
+ TranslatedStringChanged (Object, EventArgs) Raised when the TranslatedString property value changes
+ UiTranslationGuidChanged (Object, EventArgs) Raised when the UiTranslationGuid property value changes

Top Property Summary
Options Name Purpose
+ CHARACTER LanguageGuid
+ CHARACTER ObjectName
+ CHARACTER OriginalString
+ CHARACTER ResourceKey
+ RowStateEnum RowState
Inherited from Consultingwerk.OERA.EntityTable
+ CHARACTER TranslatedString
+ CHARACTER UiTranslationGuid


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 OnLanguageGuidChanged (EventArgs)

Purpose: Raises the LanguageGuidChanged event
Notes:

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

PROTECTED OnObjectNameChanged (EventArgs)

Purpose: Raises the ObjectNameChanged event
Notes:

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

PROTECTED OnOriginalStringChanged (EventArgs)

Purpose: Raises the OriginalStringChanged event
Notes:

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

PROTECTED OnResourceKeyChanged (EventArgs)

Purpose: Raises the ResourceKeyChanged event
Notes:

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

PROTECTED OnTranslatedStringChanged (EventArgs)

Purpose: Raises the TranslatedStringChanged event
Notes:

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

PROTECTED OnUiTranslationGuidChanged (EventArgs)

Purpose: Raises the UiTranslationGuidChanged 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 SmartUiTranslation_Generated ()

Purpose: Constructor of the SmartUiTranslation_Generated class
Notes:

Top

PUBLIC SmartUiTranslation_Generated (handle)

Purpose: Constructor of the SmartUiTranslation_Generated class
Notes:

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


Event Detail
Top

PUBLIC LanguageGuidChanged (Object, EventArgs)

Purpose: Raised when the LanguageGuid 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 ObjectNameChanged (Object, EventArgs)

Purpose: Raised when the ObjectName 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 OriginalStringChanged (Object, EventArgs)

Purpose: Raised when the OriginalString 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 ResourceKeyChanged (Object, EventArgs)

Purpose: Raised when the ResourceKey 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 TranslatedStringChanged (Object, EventArgs)

Purpose: Raised when the TranslatedString 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 UiTranslationGuidChanged (Object, EventArgs)

Purpose: Raised when the UiTranslationGuid 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 LanguageGuid


Returns CHARACTER
Top

PUBLIC CHARACTER ObjectName


Returns CHARACTER
Top

PUBLIC CHARACTER OriginalString


Returns CHARACTER
Top

PUBLIC CHARACTER ResourceKey


Returns CHARACTER
Top

PUBLIC RowStateEnum RowState

Inherited from Consultingwerk.OERA.EntityTable

Returns RowStateEnum
Top

PUBLIC CHARACTER TranslatedString


Returns CHARACTER
Top

PUBLIC CHARACTER UiTranslationGuid


Returns CHARACTER


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