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

File:BeforeAddingIndexToNewTableEventArgs
Purpose:Event argument to the BeforeAddingIndewToNewTable 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
+ BeforeAddingIndexToNewTableEventArgs (character, character, character, character, character, logical, logical, logical) Constructor for the BeforeAddingIndexToNewTableEventArgs 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 FieldSort Returns the Sort of the Index Fields associated with the event
+ CHARACTER IndexFields Returns the Index Fields associated with the event
+ CHARACTER IndexName Returns the Index Name associated with the event
+ LOGICAL IndexPrimary Returns the if the Index is the primary Index associated with the event
+ LOGICAL IndexUnique Returns the if the Index is an unique Index associated with the event
+ LOGICAL IndexWord Returns the if the Index is a word Index associated with the event
+ CHARACTER TableName Returns the Table Name associated with the event


Constructor Detail
Top

PUBLIC BeforeAddingIndexToNewTableEventArgs (character, character, character, character, character, logical, logical, logical)

Purpose: Constructor for the BeforeAddingIndexToNewTableEventArgs class
Notes:

Parameters:
pcDatabaseName CHARACTER
The Database Name associated with the event
pcTableName CHARACTER
The Table Name associated with the event
pcIndexName CHARACTER
The Index Name associated with the event
pcIndexFields CHARACTER
The Index Fields associated with the event
pcFieldSort CHARACTER
The Sort of the Index fields associated with the event
plPrimaryIndex LOGICAL
Is the index an primary index
plUniqueIndex LOGICAL
Is the index unique
plWordIndex LOGICAL
Is the index a word index


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 FieldSort

Purpose: Returns the Sort of the Index Fields associated with the event
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER IndexFields

Purpose: Returns the Index Fields associated with the event
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER IndexName

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

Returns CHARACTER
Top

PUBLIC LOGICAL IndexPrimary

Purpose: Returns the if the Index is the primary Index associated with the event
Notes:

Returns LOGICAL
Top

PUBLIC LOGICAL IndexUnique

Purpose: Returns the if the Index is an unique Index associated with the event
Notes:

Returns LOGICAL
Top

PUBLIC LOGICAL IndexWord

Purpose: Returns the if the Index is a word Index associated with the event
Notes:

Returns LOGICAL
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:42