Table of Contents

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

userId GPUserId
name string
parent UserScopeData

Properties

Name

public string Name { get; }

Property Value

string

Parent

public UserScopeData? Parent { get; }

Property Value

UserScopeData

UserId

public GPUserId UserId { get; }

Property Value

GPUserId