|
|
|
RemoveFieldParameter ()
|
Constructor for the RemoveFieldParameter class
Notes : Ensures serializable properties are registered
*/
|
|
|
|
RemoveFieldParameter (character, character, character)
|
Constructor for the RemoveFieldParameter class
Notes : Assigns all properties
@param pcEntityName The Business Entity class name (including package)
@param pcEntityTable The entity-table name
@param pcFieldName The field name to remove
*/
|
|
|
|
RemoveFieldParameter (character, character, character, character)
|
Constructor for the RemoveFieldParameter class including the
optional project name
Notes : Assigns all properties
@param pcEntityName The Business Entity class name (including package)
@param pcEntityTable The entity-table name
@param pcFieldName The field name to remove
@param pcProjectName Optional name of the project the Business Entity belongs to; when empty the settings file closest to the .bedgm file is used
*/
|