API reference
Class RequiresOverrideAttribute
- Namespace
- DisCatSharp.Attributes
- Assembly
- DisCatSharp.Attributes.dll
Informs that something requires a certain override to use it.
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
public sealed class RequiresOverrideAttribute : Attribute
- Inheritance
-
RequiresOverrideAttribute
- Inherited Members
Constructors
- RequiresOverrideAttribute(string, string)
Initializes a new instance of the RequiresOverrideAttribute class with a specified override value.
- RequiresOverrideAttribute(string, string, string)
Initializes a new instance of the RequiresOverrideAttribute class with specified override information.
Properties
- LastKnownOverride
The last known working override.
- Message
The additional information message.
- OverrideDate
The date of the override.