Table of Contents
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

lastKnownOverride string

Specifies the last known working override value.

overrideDate string

Specifies the date of the override.

message string

Provides 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)

Parameters

lastKnownOverride string

Specifies the last known working override value.

overrideDate string

Specifies the date of the override.