Interface ICommand
Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ICommand
Properties
Category
Declaration
string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Declaration
string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TypeFullName
Declaration
string TypeFullName { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Declaration
string Version { get; set; }
Property Value
Type | Description |
---|---|
string |