Class PermissionRegistration
Inheritance
System.Object
PermissionRegistration
Assembly: OpenMod.Core.dll
Syntax
public class PermissionRegistration : object, IPermissionRegistration
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
Owner
Declaration
public IOpenModComponent Owner { get; set; }
Property Value
|
Improve this Doc
View Source
Permission
Declaration
public string Permission { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods