ScriptDescriptorComponentTypeAttribute members

Associates a client script (component) resource with an extender class. This allows the extender to find its associated script as well as the names and prefixes with which to reference the extender.

The ScriptDescriptorComponentTypeAttribute type exposes the following members.

Constructors

  Name Description
Public method ScriptDescriptorComponentTypeAttribute() Initializes a new instance of the ScriptDescriptorComponentTypeAttribute class.
Public method ScriptDescriptorComponentTypeAttribute(String) Initializes a new instance of the ScriptDescriptorComponentTypeAttribute class with the given componentType.

Top

Properties

  Name Description
Public property ComponentType Specifies the component type name to use when referencing the component class in XML.
Public property TypeId (Inherited from Attribute.)

Top

Methods

  Name Description
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute Returns true if ComponentType is default. The default value is null. (Overrides Attribute.IsDefaultAttribute().)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ScriptDescriptorComponentTypeAttribute class

Microsoft.Office.Server.Search.WebControls namespace