Table of Contents

Class ApiKey.RoleRef

Namespace
Tlabs.Data.Entity
Assembly
Tlabs.Data.dll

Reference between roles and API Keys

public class ApiKey.RoleRef
Inheritance
ApiKey.RoleRef
Inherited Members
Extension Methods

Constructors

RoleRef()

public RoleRef()

Properties

ApiKey

API Key

public ApiKey? ApiKey { get; set; }

Property Value

ApiKey

Role

Role

public Role? Role { get; set; }

Property Value

Role