Class RegisterPermissionAttribute
Inheritance
System.Object
RegisterPermissionAttribute
Assembly: OpenMod.Core.dll
Syntax
public class RegisterPermissionAttribute : Attribute
Constructors
|
Improve this Doc
View Source
RegisterPermissionAttribute(String)
Declaration
public RegisterPermissionAttribute(string permission)
Parameters
| Type |
Name |
Description |
| System.String |
permission |
|
Properties
|
Improve this Doc
View Source
DefaultGrant
Declaration
public PermissionGrantResult DefaultGrant { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string? Description { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Permission
Declaration
public string Permission { get; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods