Class Command
Inheritance
System.Object
Command
Assembly: DotNetNuke.dll
Syntax
public class Command : object, ICommand
Properties
|
Improve this Doc
View Source
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TypeFullName
Declaration
public string TypeFullName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods