Class ArgumentAttribute
Inheritance
System.Object
System.Attribute
ArgumentAttribute
Namespace: Telerik.OpenAccess.SPI.Util
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class ArgumentAttribute : Attribute, _Attribute
Constructors
ArgumentAttribute(String)
Declaration
public ArgumentAttribute(string help)
Parameters
System.
|
ArgumentAttribute(String, Boolean)
Declaration
public ArgumentAttribute(string help, bool hide)
Parameters
System.
|
System.
|
ArgumentAttribute(String, String)
Declaration
public ArgumentAttribute(string help, string valueDesc)
Parameters
System.
|
System.
|
Properties
HelpString
Declaration
public string HelpString { get; }
Property Value
System.
|
Hidden
Declaration
public bool Hidden { get; }
Property Value
System.
|
ValueDescription
Declaration
public string ValueDescription { get; }
Property Value
System.
|