Click or drag to resize
DDLSQLCodeGenerationTask Methods

The DDLSQLCodeGenerationTask type exposes the following members.

Methods
  NameDescription
Public methodCreateRunQueue
Creates a run queue from the information in this task, if it's valid, otherwise it will return null.
(Overrides CodeGenerationTaskBaseCreateRunQueue.)
Protected methodDetermineIsValid
Determines whether this task is valid or not. Default implementation returns true.
(Inherited from CodeGenerationTaskBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeGenerator
Initializes the generator by adding the elements to process regarding this task to the generator specified, if any.
(Inherited from CodeGenerationTaskBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Called when [property changed].
(Inherited from CodeGenerationTaskBase.)
Public methodPostExecuteRunQueue
Called right after the runqueue is executed.
(Inherited from CodeGenerationTaskBase.)
Public methodPreExecuteRunQueue
Called right before the runqueue is executed
(Inherited from CodeGenerationTaskBase.)
Public methodSignalCyclePreferenceChange
Signals a cycle preference change. This is done this way to avoid an event handler hookup as this object wraps a cycle preferences object which might stay alive longer than the task. Calling this method will raise the property changed event for IsValid so subscribers can re-evaluate this flag.
(Inherited from CodeGenerationTaskBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateCyclePreferences
Updates the cycle preferences specified in this task in the container set in this task.
(Inherited from CodeGenerationTaskBase.)
Public methodUpdatePreferencesWithCurrentDateTime
Updates the preferences with the current date/time, if the project setting StoreTimeLastGeneratedIntoProject is set.
(Inherited from CodeGenerationTaskBase.)
Top
See Also