AJE Components
DataScriptBase MembersAJE Data Asset Engine Help

The DataScriptBase type exposes the following members.
Constructors

  NameDescription
Public methodDataScriptBase
Initializes a new instance of the DataScriptBase class
Back to Top
Methods

  NameDescription
Public methodCancel
Cancels the Running Script
Public methodClear
Clear the Cancel Status.
Public methodClone (Inherited from EngineClassBase.)
Public methodCopyObject (Inherited from EngineClassBase.)
Public methodCopyProperties(Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties(EngineClassBase, Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties``2(UMP, UMP) (Inherited from EngineClassBase.)
Public methodDeepClone (Inherited from EngineClassBase.)
Public methodDeepCopy (Inherited from EngineClassBase.)
Public methodDeserialize(String) (Inherited from EngineClassBase.)
Public methodDeserialize(XmlDocument) (Inherited from EngineClassBase.)
Public methodDeserialize(TextReader) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String, Encoding) (Inherited from EngineClassBase.)
Public methodDeSerializeMe (Inherited from EngineClassBase.)
Public methodDispose  (Inherited from EngineClassBase.)
Protected methodDispose(Boolean) (Inherited from EngineClassBase.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetPropertyNames (Inherited from EngineClassBase.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasProperty (Inherited from EngineClassBase.)
Public methodIsDifferent (Inherited from EngineClassBase.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnChanged (Inherited from EngineClassBase.)
Public methodOnClearing (Inherited from EngineClassBase.)
Public methodOnDirty (Inherited from EngineClassBase.)
Public methodOnPropertyChanged (Inherited from EngineClassBase.)
Public methodPropertiesToCSV (Inherited from EngineClassBase.)
Public methodPropertiesToString (Inherited from EngineClassBase.)
Public methodPropertiesToXML (Inherited from EngineClassBase.)
Public methodSerialize  (Inherited from EngineClassBase.)
Public methodSerialize(XmlWriterSettings) (Inherited from EngineClassBase.)
Public methodSerialize(Encoding) (Inherited from EngineClassBase.)
Public methodSerialize(String) (Inherited from EngineClassBase.)
Public methodSerialize(String, Encoding) (Inherited from EngineClassBase.)
Public methodSerializeMe (Inherited from EngineClassBase.)
Public methodSetError (Inherited from EngineClassBase.)
Public methodSetException (Inherited from EngineClassBase.)
Public methodSetIsChanged (Inherited from EngineClassBase.)
Public methodSetIsClean (Inherited from EngineClassBase.)
Public methodSetIsDirty (Inherited from EngineClassBase.)
Public methodShallowClone (Inherited from EngineClassBase.)
Public methodShallowCopy (Inherited from EngineClassBase.)
Public methodStatic memberStartScript
Public methodToString (Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyArguments
Gets or sets the Arguments for the Data Script / Process.
Public propertyCancelled
Returns True if Execution was Cancelled.
Public propertyClassType (Inherited from EngineClassBase.)
Public propertyDisposed (Inherited from EngineClassBase.)
Public propertyDomain
Gets or sets the Domain to be used when starting the Process.
Public propertyEnabled
Enables or Disables the Data Script / Process Execution.
Public propertyEncrypted
Enables or Disables the Resource as Encrypted.
Public propertyExecuteWait
Gets or sets the Wait for Execution of the Data Script / Process.
Public propertyExecuteWhen
Gets or sets When to Execute the Data Script / Process.
Public propertyFile
Gets or sets the Location for the Data Script / Process File.
Public propertyHandleExceptions (Inherited from EngineClassBase.)
Public propertyIsChanged (Inherited from EngineClassBase.)
Public propertyIsDirty (Inherited from EngineClassBase.)
Public propertyItemKey (Inherited from EngineClassBase.)
Public propertyLastErrDescription (Inherited from EngineClassBase.)
Public propertyLastErrNumber (Inherited from EngineClassBase.)
Public propertyLastErrSource (Inherited from EngineClassBase.)
Public propertyLastException (Inherited from EngineClassBase.)
Public propertyOnDirtyEvent (Inherited from EngineClassBase.)
Public propertyPassword
Gets or sets the Password to be used when starting the Process.
Public propertyPasswordString
Public propertyProperties (Inherited from EngineClassBase.)
Public propertyRaiseError (Inherited from EngineClassBase.)
Public propertySecurity
Gets or sets the Security to be used when starting the Process.
Public propertySource
Gets or sets the Source of the Data Script / Process.
Public propertyTag (Inherited from EngineClassBase.)
Public propertyText
Gets or sets the Embedded Text Script.
Public propertyType
Gets or sets the Embedded Script Type File Extension.
Public propertyTypeClassName (Inherited from EngineClassBase.)
Public propertyUserName
Gets or sets the User Name to be used when starting the Process.
Public propertyWindowStyle
Gets or sets the Process Window Style.
Public propertyWorkingDirectory
Gets or sets the Working Directory for the Data Script / Process.
Back to Top
Events

  NameDescription
Public eventChanged (Inherited from EngineClassBase.)
Public eventDirty (Inherited from EngineClassBase.)
Public eventPropertyChanged (Inherited from EngineClassBase.)
Back to Top
See Also