The DataScriptBase type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DataScriptBase | Initializes a new instance of the DataScriptBase class |
Methods
| Name | Description | |
|---|---|---|
| Cancel |
Cancels the Running Script
| |
| Clear |
Clear the Cancel Status.
| |
| Clone | (Inherited from EngineClassBase.) | |
| CopyObject | (Inherited from EngineClassBase.) | |
| CopyProperties(Boolean) | (Inherited from EngineClassBase.) | |
| CopyProperties(EngineClassBase, Boolean) | (Inherited from EngineClassBase.) | |
| CopyProperties``2(UMP, UMP) | (Inherited from EngineClassBase.) | |
| DeepClone | (Inherited from EngineClassBase.) | |
| DeepCopy | (Inherited from EngineClassBase.) | |
| Deserialize(String) | (Inherited from EngineClassBase.) | |
| Deserialize(XmlDocument) | (Inherited from EngineClassBase.) | |
| Deserialize(TextReader) | (Inherited from EngineClassBase.) | |
| DeserializeFile(String) | (Inherited from EngineClassBase.) | |
| DeserializeFile(String, Encoding) | (Inherited from EngineClassBase.) | |
| DeSerializeMe | (Inherited from EngineClassBase.) | |
| Dispose | (Inherited from EngineClassBase.) | |
| Dispose(Boolean) | (Inherited from EngineClassBase.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetPropertyNames | (Inherited from EngineClassBase.) | |
Gets the (Inherited from | ||
| HasProperty | (Inherited from EngineClassBase.) | |
| IsDifferent | (Inherited from EngineClassBase.) | |
Creates a shallow copy of the current (Inherited from | ||
| OnChanged | (Inherited from EngineClassBase.) | |
| OnClearing | (Inherited from EngineClassBase.) | |
| OnDirty | (Inherited from EngineClassBase.) | |
| OnPropertyChanged | (Inherited from EngineClassBase.) | |
| PropertiesToCSV | (Inherited from EngineClassBase.) | |
| PropertiesToString | (Inherited from EngineClassBase.) | |
| PropertiesToXML | (Inherited from EngineClassBase.) | |
| Serialize | (Inherited from EngineClassBase.) | |
| Serialize(XmlWriterSettings) | (Inherited from EngineClassBase.) | |
| Serialize(Encoding) | (Inherited from EngineClassBase.) | |
| Serialize(String) | (Inherited from EngineClassBase.) | |
| Serialize(String, Encoding) | (Inherited from EngineClassBase.) | |
| SerializeMe | (Inherited from EngineClassBase.) | |
| SetError | (Inherited from EngineClassBase.) | |
| SetException | (Inherited from EngineClassBase.) | |
| SetIsChanged | (Inherited from EngineClassBase.) | |
| SetIsClean | (Inherited from EngineClassBase.) | |
| SetIsDirty | (Inherited from EngineClassBase.) | |
| ShallowClone | (Inherited from EngineClassBase.) | |
| ShallowCopy | (Inherited from EngineClassBase.) | |
| StartScript | ||
| ToString | (Overrides |
Properties
| Name | Description | |
|---|---|---|
| Arguments |
Gets or sets the Arguments for the Data Script / Process.
| |
| Cancelled |
Returns True if Execution was Cancelled.
| |
| ClassType | (Inherited from EngineClassBase.) | |
| Disposed | (Inherited from EngineClassBase.) | |
| Domain |
Gets or sets the Domain to be used when starting the Process.
| |
| Enabled |
Enables or Disables the Data Script / Process Execution.
| |
| Encrypted |
Enables or Disables the Resource as Encrypted.
| |
| ExecuteWait |
Gets or sets the Wait for Execution of the Data Script / Process.
| |
| ExecuteWhen |
Gets or sets When to Execute the Data Script / Process.
| |
| File |
Gets or sets the Location for the Data Script / Process File.
| |
| HandleExceptions | (Inherited from EngineClassBase.) | |
| IsChanged | (Inherited from EngineClassBase.) | |
| IsDirty | (Inherited from EngineClassBase.) | |
| ItemKey | (Inherited from EngineClassBase.) | |
| LastErrDescription | (Inherited from EngineClassBase.) | |
| LastErrNumber | (Inherited from EngineClassBase.) | |
| LastErrSource | (Inherited from EngineClassBase.) | |
| LastException | (Inherited from EngineClassBase.) | |
| OnDirtyEvent | (Inherited from EngineClassBase.) | |
| Password |
Gets or sets the Password to be used when starting the Process.
| |
| PasswordString | ||
| Properties | (Inherited from EngineClassBase.) | |
| RaiseError | (Inherited from EngineClassBase.) | |
| Security |
Gets or sets the Security to be used when starting the Process.
| |
| Source |
Gets or sets the Source of the Data Script / Process.
| |
| Tag | (Inherited from EngineClassBase.) | |
| Text |
Gets or sets the Embedded Text Script.
| |
| Type |
Gets or sets the Embedded Script Type File Extension.
| |
| TypeClassName | (Inherited from EngineClassBase.) | |
| UserName |
Gets or sets the User Name to be used when starting the Process.
| |
| WindowStyle |
Gets or sets the Process Window Style.
| |
| WorkingDirectory |
Gets or sets the Working Directory for the Data Script / Process.
|
Events
| Name | Description | |
|---|---|---|
| Changed | (Inherited from EngineClassBase.) | |
| Dirty | (Inherited from EngineClassBase.) | |
| PropertyChanged | (Inherited from EngineClassBase.) |
See Also