Show / Hide Table of Contents

Class Command

Inheritance
object
Command
Implements
ICommand
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Prompt
Assembly: DotNetNuke.dll
Syntax
public class Command : ICommand

Constructors

Command()

Declaration
public Command()

Properties

Category

Declaration
public string Category { get; set; }
Property Value
Type Description
string

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

TypeFullName

Declaration
public string TypeFullName { get; set; }
Property Value
Type Description
string

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Implements

ICommand

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS