Summary
This attribute can be applied to classes descending from
GuiCommandBase<T>
to specify the requirements for the installed client for the command to be available.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Interfaces
-
- _Attribute
- Base Types
-
- object
- Attribute
graph TD
Base0["Attribute"]-->Type
Base1["object"]-->Base0
Interface0["_Attribute"]-.->Type
Type["GuiClientRequirementAttribute"]
class Type type-node
Syntax
public sealed class GuiClientRequirementAttribute : Attribute, _Attribute
Attributes
Type | Description |
---|---|
Attribute |
Constructors
Name | Summary |
---|---|
Gui |
Properties
Name | Value | Summary |
---|---|---|
AreRequirementsMet | bool |
Gets a value indicating whether the requirements specified in this
GuiClientRequirementAttribute is met by the
installed client.
|
ClientType | GuiClientType |
Gets or sets the type of client that needs to be installed for the command to be available.
|