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 SourceBasedOnObject
Gets or sets the template this object is based on.
Declaration
object? BasedOnObject { get; set; }
Property Value
Type | Description |
---|---|
object |