Show / Hide Table of Contents

Interface IRole

An interface for a role within a scenario.

Inherited Members
IEquatable<IRole>.Equals(IRole)
IBasedOn<IRole>.BasedOn
IBasedOn<IRole>.BasedOnObject
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface IRole : IEquatable<IRole>, IBasedOn<IRole>, IBasedOn

Properties

View Source

Name

Gets the role name.

Declaration
string Name { get; }
Property Value
Type Description
string
View Source

NumDevices

Gets the number of devices that should be assigned this role.

Declaration
int NumDevices { get; }
Property Value
Type Description
int
View Source

Type

Gets the type name.

Declaration
string Type { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX