The BaseScriptPageConfiguration type exposes the following members.

Methods

  NameDescription
Public methodCancelEdit (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodCommit
BaseScriptPageConfiguration does not directly support commit. Use the parent BaseScriptConfiguration's Commit()()()() instead.
(Overrides EditableListConfigurationObjectCommit()()()().)
Public methodCommitAsync (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodDelete (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodDeleteAsync (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidators (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodGetValidatorsAsync (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareForEdit (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodSetConfigurationId (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodSetDisplayName (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public methodToString (Inherited from ConfigurationObject.)

Properties

  NameDescription
Public propertyBackgroundColor
The page's background color.
Public propertyChanged (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.)
Public propertyConfigurationId (Inherited from ListConfigurationObject.)
Public propertyForegroundColor
The page's foreground color.
Public propertyIsDefaultObject
Indicates whether this is the default instance of this object type.
Public propertyIsNewObject (Inherited from ConfigurationObject.)
Public propertyOriginalConfigurationId (Inherited from ListConfigurationObject.)
Public propertyPageControls
The collection of user interface controls displayed on the page.
Public propertyPageDispositions
The collection of dispositions that may be applied to the call. These appear as buttons or links on the page.
Public propertyPropertiesChanged
Determines which properties have been modified since the object was last saved.
Public propertyRevisionLevel
The version number of this object.
Public propertyStage
The number of the stage corresponding to this script page.
Public propertyStaticText
Read-only text appearing on the page, typically used to assist the agent. May contain plain text, macros, and/or HTML tags.

See Also