Class ConsoleCommandParameterAttribute
Inheritance
ConsoleCommandParameterAttribute
Assembly: DotNetNuke.dll
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class ConsoleCommandParameterAttribute : Attribute, _Attribute
Constructors
ConsoleCommandParameterAttribute(string, string)
Declaration
public ConsoleCommandParameterAttribute(string name, string descriptionKey)
Parameters
ConsoleCommandParameterAttribute(string, string, bool)
Declaration
public ConsoleCommandParameterAttribute(string name, string descriptionKey, bool required)
Parameters
ConsoleCommandParameterAttribute(string, string, bool, string)
Declaration
public ConsoleCommandParameterAttribute(string name, string descriptionKey, bool required, string defaultValue)
Parameters
ConsoleCommandParameterAttribute(string, string, string)
Declaration
public ConsoleCommandParameterAttribute(string name, string descriptionKey, string defaultValue)
Parameters
Properties
DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
DescriptionKey
Declaration
public string DescriptionKey { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
Implements
Extension Methods