API reference
Constructor RequiresOverrideAttribute
- Namespace
- DisCatSharp.Attributes
- Assembly
- DisCatSharp.Attributes.dll
RequiresOverrideAttribute(string, string, string)
Initializes a new instance of the RequiresOverrideAttribute class with specified override information.
public RequiresOverrideAttribute(string lastKnownOverride, string overrideDate, string message)
Parameters
lastKnownOverridestringSpecifies the last known working override value.
overrideDatestringSpecifies the date of the override.
messagestringProvides a message associated with the attribute for additional context.
RequiresOverrideAttribute(string, string)
Initializes a new instance of the RequiresOverrideAttribute class with a specified override value.
public RequiresOverrideAttribute(string lastKnownOverride, string overrideDate)