OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IPermissionActor

Represents an actor that can be checked for permissions.

Namespace: OpenMod.API.Permissions
Assembly: OpenMod.API.dll
Syntax
public interface IPermissionActor

Properties

| Improve this Doc View Source

DisplayName

Gets the human readable name of the actor.

Declaration
string DisplayName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FullActorName

Gets the full actor name including display name and ID

Declaration
string FullActorName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Id

Gets the unique to the actor type and persistent ID of the actor.

Declaration
string Id { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets the type of the actor.

Declaration
string Type { get; }
Property Value
Type Description
System.String

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)