Namespace: Consultingwerk.BusinessEntityDesigner
Class 
BeforeAddingFieldToNewTableEventArgs Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.CancelableEventArgs

File:BeforeAddingFieldToNewTableEventArgs
Purpose:Event argument to the BeforeAddingFieldToNewTable Event
of the BusinessEntityDatasetController
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Sep 26 17:06:44 CEST 2013


Top Constructor Summary
Options Name Purpose
+ BeforeAddingFieldToNewTableEventArgs (character, character, character) Constructor for the BeforeAddingFieldToNewTableEventArgs class

Top Property Summary
Options Name Purpose
+ LOGICAL Cancel Gets or sets a value indicating whether the event should be canceled.
Inherited from Consultingwerk.CancelableEventArgs
+ CHARACTER DatabaseName Returns the Database Name associated with the event
+ Consultingwerk.EventArgs Empty Returns the default instance of the Consultingwerk.EventArgs class
Inherited from Consultingwerk.EventArgs
+ CHARACTER FieldName Returns the Field Name associated with the event
+ CHARACTER TableName Returns the Table Name associated with the event


Constructor Detail
Top

PUBLIC BeforeAddingFieldToNewTableEventArgs (character, character, character)

Purpose: Constructor for the BeforeAddingFieldToNewTableEventArgs class
Notes:

Parameters:
pcDatabaseName CHARACTER
The Database Name associated with the event
pcTableName CHARACTER
The Table Name associated with the event
pcFieldName CHARACTER
The Field Name associated with the event


Property Detail
Top

PUBLIC LOGICAL Cancel

Inherited from Consultingwerk.CancelableEventArgs
Purpose: Gets or sets a value indicating whether the event should be canceled.
Notes: This property can be used by event subscribers to signal that the
operation following the before event should be cancelled

Returns LOGICAL
Top

PUBLIC CHARACTER DatabaseName

Purpose: Returns the Database Name associated with the event
Notes:

Returns CHARACTER
Top

PUBLIC Consultingwerk.EventArgs Empty

Inherited from Consultingwerk.EventArgs
Purpose: Returns the default instance of the Consultingwerk.EventArgs class
Notes:

Returns Consultingwerk.EventArgs
Top

PUBLIC CHARACTER FieldName

Purpose: Returns the Field Name associated with the event
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER TableName

Purpose: Returns the Table Name associated with the event
Notes:

Returns CHARACTER


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