Show / Hide Table of Contents

Class RequirementChangedEventArgs

Arguments for the requirement changed event.

Inheritance
object
RequirementChangedEventArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public class RequirementChangedEventArgs
Remarks

Initializes a new instance of the RequirementChangedEventArgs class.

Constructors

View Source

RequirementChangedEventArgs(IRequirementViewModel, IRoleBasedScenarioViewModel)

Arguments for the requirement changed event.

Declaration
public RequirementChangedEventArgs(IRequirementViewModel requirement, IRoleBasedScenarioViewModel scenario)
Parameters
Type Name Description
IRequirementViewModel requirement

The requirement view model.

IRoleBasedScenarioViewModel scenario

The role based scenario view model.

Remarks

Initializes a new instance of the RequirementChangedEventArgs class.

Properties

View Source

Requirement

Gets the requirement view model.

Declaration
public IRequirementViewModel Requirement { get; }
Property Value
Type Description
IRequirementViewModel
View Source

Scenario

Gets the role based scenario view model.

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