Class UrgeInfo
Contains information about an urge.
Inherited Members
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public class UrgeInfo : ItemInfo, INotifyPropertyChanged, IEquatable<ItemInfo>, IItemInfoConstructors
View SourceUrgeInfo()
Initializes a new instance of the UrgeInfo class.
Declaration
public UrgeInfo()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 SourceUrge
Gets the urge, if it exists.
Declaration
public IUrge? Urge { get; }Property Value
| Type | Description | 
|---|---|
| IUrge | 
Methods
View SourceEquals(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. |