Class ConsoleCommandAttribute
Inheritance
ConsoleCommandAttribute
Assembly: DotNetNuke.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ConsoleCommandAttribute : Attribute, _Attribute
Constructors
ConsoleCommandAttribute(string, string, string)
Declaration
public ConsoleCommandAttribute(string name, string categoryKey, string descriptionKey)
Parameters
Properties
CategoryKey
Declaration
public string CategoryKey { get; set; }
Property Value
DescriptionKey
Declaration
public string DescriptionKey { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Extension Methods