Show / Hide Table of Contents

Class RequirementInfo

Contains information about a requirement.

Inheritance
object
BindableBase
ItemInfo
RequirementInfo
Implements
INotifyPropertyChanged
IEquatable<ItemInfo>
IItemInfo
Inherited Members
ItemInfo.Name
ItemInfo.DisplayName
ItemInfo.ToString()
ItemInfo.Equals(object)
ItemInfo.Equals(ItemInfo)
ItemInfo.GetHashCode()
BindableBase.SetProperty<T>(ref T, T, string)
BindableBase.SetProperty<T>(ref T, T, Action, string)
BindableBase.RaisePropertyChanged(string)
BindableBase.OnPropertyChanged(PropertyChangedEventArgs)
BindableBase.PropertyChanged
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public class RequirementInfo : ItemInfo, INotifyPropertyChanged, IEquatable<ItemInfo>, IItemInfo

Implements

INotifyPropertyChanged
IEquatable<T>
IItemInfo

Extension Methods

INotifyPropertyChangedExtensions.OnPropertyChanged(INotifyPropertyChanged, string, Action)
INotifyPropertyChangedExtensions.OnPropertyChanged(INotifyPropertyChanged, string, Action<object?, string>)
INotifyPropertyChangedExtensions.OnPropertyChangedUntil(INotifyPropertyChanged, string, Func<bool>)
INotifyPropertyChangedExtensions.OnPropertyChangedUntil(INotifyPropertyChanged, string, Func<object?, string, bool>)
  • View Source
In this article
Back to top Generated by DocFX