The GuiPlugInAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GuiPlugInAttribute |
Initializes a new instance of the GuiPlugInAttribute class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.) | |
| 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.) | |
| GetHashCode |
Returns the hash code for this instance.
(Inherited from Attribute.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDefaultAttribute |
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.) | |
| Match |
Returns a value indicating whether this instance equals a specified object.
(Overrides Attribute..::.Match(Object).) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Area |
The area this plugin supports.
| |
| Category |
The category to add the plugin to(currently only supported by Report).
| |
| DefaultEnabled | (Inherited from PlugInAttribute.) | |
| Description |
Description of the plugin
(Inherited from PlugInAttribute.) | |
| DisplayName |
The display name for the plugin.
(Inherited from PlugInAttribute.) | |
| LanguagePath |
Path to node in language files where translation can be found.
(Inherited from PlugInAttribute.) | |
| RequiredAccess |
The required page access to view plugin (currently only supported by EditPanel).
| |
| RequireLicenseForLoad |
Determine if the plugin requires a valid license to be loaded.
(Inherited from PlugInAttribute.) | |
| SortIndex |
The sort index compared to other plugins
(Inherited from PlugInAttribute.) | |
| TypeId |
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.) | |
| Url |
The url to the resource defined by Area.
| |
| UrlFromUi |
Gets and sets the url relative the UI directory to the resource
| |
| UrlFromUtil |
Gets or sets the URL relative the util directory to the resource
|