Class WarnBeforeRemovingAttribute
Inheritance
object
WarnBeforeRemovingAttribute
Assembly: solution.dll
Syntax
public sealed class WarnBeforeRemovingAttribute : Attribute
Constructors
WarnBeforeRemovingAttribute(string, string)
Declaration
public WarnBeforeRemovingAttribute(string warningTitle, string warningMessage)
Parameters
| Type |
Name |
Description |
| string |
warningTitle |
|
| string |
warningMessage |
|
Properties
warningMessage
Declaration
public string warningMessage { get; }
Property Value
warningTitle
Declaration
public string warningTitle { get; }
Property Value
Extension Methods