Class WarnBeforeRemovingAttribute
Inheritance
WarnBeforeRemovingAttribute
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class WarnBeforeRemovingAttribute : Attribute, _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