The Script type exposes the following members.

Constructors

  Name Description
Public method Script()()()()
Initializes a new instance of the Script class
Protected method Script(SerializationInfo, StreamingContext)
Initializes a new instance of the Script class

Methods

  Name Description
Protected method Clone
Used internally.
(Inherited from CtcObjectBase.)
Public method DeleteSelf (Overrides CtcObjectBase..::..DeleteSelf()()()().)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Execute
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetObjectData (Overrides CtcObjectBase..::..GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method InitStoredState
Used internally during deserialization.
(Inherited from CtcObjectBase.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyObjectChange
Raises the ObjectChangedevent for this object.
(Inherited from CtcObjectBase.)
Public method ToString (Overrides Object..::..ToString()()()().)

Fields

  Name Description
Protected field _blnDeleted (Inherited from CtcObjectBase.)
Protected field _objParent (Inherited from CtcObjectBase.)
Protected field _objPersistedTag (Inherited from CtcObjectBase.)
Protected field _objStoredState (Inherited from CtcObjectBase.)
Protected field _sctId (Inherited from CtcObjectBase.)
Protected field _strDefaultName (Inherited from CtcObjectBase.)
Protected field _strName (Inherited from CtcObjectBase.)

Properties

  Name Description
Public property BoundEvents
List of events that will trigger the execution of this script.
Public property DefaultName
Gets the default identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public property Enabled
Indicates whether the script's events will be bound by the CTC service.
Public property ID
Gets the CTC object's globaly unique static identifier.
(Inherited from CtcObjectBase.)
Public property IsDeleted
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf()()()().
(Inherited from CtcObjectBase.)
Public property Name
Gets or sets the identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public property Parent
Gets the parent collection that contains this CTC object.
(Inherited from CtcObjectBase.)
Public property PersistedTag
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.
(Inherited from CtcObjectBase.)
Public property Script
The user entered script code.
Public property Tag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
(Inherited from CtcObjectBase.)

See Also