ScriptTypeAttribute members
Defines a custom attribute to retrieve the script type. This class and its members are reserved for internal use and are not intended to be used in your code.
The ScriptTypeAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScriptTypeAttribute | Initializes a new instance of the ScriptTypeAttribute class with the specified script type name. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
ScriptType | Gets or sets the script type name for a client object. This member is reserved for internal use and is not intended to be used directly from your code. | |
ServerTypeId | Gets or sets the type ID of the corresponding server type. This member is reserved for internal use and is not intended to be used directly from your code. | |
TypeAlias | Gets or sets the alias of the script type full name. This member is reserved for internal use and is not intended to be used directly from your code. | |
TypeId | (Inherited from Attribute.) | |
ValueObject | Gets or sets the flag that indicates whether the current object has a value object. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
GetHashCode | (Inherited from Attribute.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top