Show / Hide Table of Contents

Interface IBasedOn

Handles deserialization of objects which may be based on templates.

Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IBasedOn

Properties

View Source

BasedOnObject

Gets or sets the template this object is based on.

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