Namespace: Consultingwerk.SmartFramework.System
Class 
SmartLoginCompany Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

File:SmartLoginCompany
Author(s):Marko Rüterbories
Created:11.10.2012 00:32:59
Purpose: Constructor of the SmartLoginCompany class
Notes:



Top Method Summary
Options Name Purpose
# A AssignFromBuffer (handle) Copies the buffer values to the entity table's properties
Overrides Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated:AssignFromBuffer (handle)
# A AssignToBuffer (handle) Copies the entity table's properties to the buffer values
Overrides Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated: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
# OnLoginCompanyGuidChanged (EventArgs) Raises the LoginCompanyGuidChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyImageLargeChanged (EventArgs) Raises the LoginCompanyImageLargeChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyImageSmallChanged (EventArgs) Raises the LoginCompanyImageSmallChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyNameChanged (EventArgs) Raises the LoginCompanyNameChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyReferenceCharChanged (EventArgs) Raises the LoginCompanyReferenceCharChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyReferenceDecimalChanged (EventArgs) Raises the LoginCompanyReferenceDecimalChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyReferenceIntegerChanged (EventArgs) Raises the LoginCompanyReferenceIntegerChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyShortChanged (EventArgs) Raises the LoginCompanyShortChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
# OnLoginCompanyTenantDomainChanged (EventArgs) Raises the LoginCompanyTenantDomainChanged event
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ 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
+ SmartLoginCompany () Constructor of the SmartLoginCompany class
+ SmartLoginCompany (handle) Constructor of the SmartLoginCompany class

Top Event Summary
Options Name Purpose
+ LoginCompanyGuidChanged (Object, EventArgs) Raised when the LoginCompanyGuid property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyImageLargeChanged (Object, EventArgs) Raised when the LoginCompanyImageLarge property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyImageSmallChanged (Object, EventArgs) Raised when the LoginCompanyImageSmall property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyNameChanged (Object, EventArgs) Raised when the LoginCompanyName property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyReferenceCharChanged (Object, EventArgs) Raised when the LoginCompanyReferenceChar property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyReferenceDecimalChanged (Object, EventArgs) Raised when the LoginCompanyReferenceDecimal property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyReferenceIntegerChanged (Object, EventArgs) Raised when the LoginCompanyReferenceInteger property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyShortChanged (Object, EventArgs) Raised when the LoginCompanyShort property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ LoginCompanyTenantDomainChanged (Object, EventArgs) Raised when the LoginCompanyTenantDomain property value changes
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Top Property Summary
Options Name Purpose
+ CHARACTER LoginCompanyGuid
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ CHARACTER LoginCompanyImageLarge
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ CHARACTER LoginCompanyImageSmall
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ CHARACTER LoginCompanyName
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ CHARACTER LoginCompanyReferenceChar
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ DECIMAL LoginCompanyReferenceDecimal
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ INTEGER LoginCompanyReferenceInteger
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ CHARACTER LoginCompanyShort
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ CHARACTER LoginCompanyTenantDomain
Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
+ RowStateEnum RowState
Inherited from Consultingwerk.OERA.EntityTable


Method Detail
Top

PROTECTED AssignFromBuffer (handle)

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

Parameters:
phBuffer HANDLE
The handle of the source buffer
Top

PROTECTED AssignToBuffer (handle)

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

Parameters:
phBuffer HANDLE
The handle of the target buffer
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 OnLoginCompanyGuidChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyGuidChanged event
Notes:

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

PROTECTED OnLoginCompanyImageLargeChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyImageLargeChanged event
Notes:

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

PROTECTED OnLoginCompanyImageSmallChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyImageSmallChanged event
Notes:

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

PROTECTED OnLoginCompanyNameChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyNameChanged event
Notes:

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

PROTECTED OnLoginCompanyReferenceCharChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyReferenceCharChanged event
Notes:

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

PROTECTED OnLoginCompanyReferenceDecimalChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyReferenceDecimalChanged event
Notes:

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

PROTECTED OnLoginCompanyReferenceIntegerChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyReferenceIntegerChanged event
Notes:

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

PROTECTED OnLoginCompanyShortChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyShortChanged event
Notes:

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

PROTECTED OnLoginCompanyTenantDomainChanged (EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raises the LoginCompanyTenantDomainChanged 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 SmartLoginCompany ()

Purpose: Constructor of the SmartLoginCompany class
Notes:

Top

PUBLIC SmartLoginCompany (handle)

Purpose: Constructor of the SmartLoginCompany class
Notes:

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


Event Detail
Top

PUBLIC LoginCompanyGuidChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyGuid 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 LoginCompanyImageLargeChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyImageLarge 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 LoginCompanyImageSmallChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyImageSmall 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 LoginCompanyNameChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyName 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 LoginCompanyReferenceCharChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyReferenceChar 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 LoginCompanyReferenceDecimalChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyReferenceDecimal 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 LoginCompanyReferenceIntegerChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyReferenceInteger 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 LoginCompanyShortChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyShort 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 LoginCompanyTenantDomainChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated
Purpose: Raised when the LoginCompanyTenantDomain 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 LoginCompanyGuid

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns CHARACTER
Top

PUBLIC CHARACTER LoginCompanyImageLarge

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns CHARACTER
Top

PUBLIC CHARACTER LoginCompanyImageSmall

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns CHARACTER
Top

PUBLIC CHARACTER LoginCompanyName

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns CHARACTER
Top

PUBLIC CHARACTER LoginCompanyReferenceChar

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns CHARACTER
Top

PUBLIC DECIMAL LoginCompanyReferenceDecimal

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns DECIMAL
Top

PUBLIC INTEGER LoginCompanyReferenceInteger

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns INTEGER
Top

PUBLIC CHARACTER LoginCompanyShort

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns CHARACTER
Top

PUBLIC CHARACTER LoginCompanyTenantDomain

Inherited from Consultingwerk.SmartFramework.System.SmartLoginCompany_Generated

Returns CHARACTER
Top

PUBLIC RowStateEnum RowState

Inherited from Consultingwerk.OERA.EntityTable

Returns RowStateEnum


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