Show / Hide Table of Contents

Class UrgeInfo

Contains information about an urge.

Inheritance
object
BindableBase
ItemInfo
UrgeInfo
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
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public class UrgeInfo : ItemInfo, INotifyPropertyChanged, IEquatable<ItemInfo>, IItemInfo

Constructors

View Source

UrgeInfo()

Initializes a new instance of the UrgeInfo class.

Declaration
public UrgeInfo()
View Source

UrgeInfo(IUrge)

Initializes a new instance of the UrgeInfo class.

Declaration
public UrgeInfo(IUrge urge)
Parameters
Type Name Description
IUrge urge

The urge.

Properties

View Source

Urge

Gets the urge, if it exists.

Declaration
public IUrge? Urge { get; }
Property Value
Type Description
IUrge

Methods

View Source

Equals(IUrge)

Determines whether the associated urge is equal to this one.

Declaration
public bool Equals(IUrge other)
Parameters
Type Name Description
IUrge other

The urge.

Returns
Type Description
bool

True if the urges are equal.

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