Class UserScopeData
- Namespace
- MoonBark.GridPlacement.Core.Interfaces
- Assembly
- MoonBark.GridPlacement.Core.dll
Simple data container for user scope information.
public sealed class UserScopeData
- Inheritance
-
UserScopeData
- Inherited Members
Constructors
UserScopeData(GPUserId, string, UserScopeData?)
public UserScopeData(GPUserId userId, string name, UserScopeData? parent = null)
Parameters
userIdGPUserIdnamestringparentUserScopeData
Properties
Name
public string Name { get; }
Property Value
Parent
public UserScopeData? Parent { get; }
Property Value
UserId
public GPUserId UserId { get; }