Show / Hide Table of Contents

Class CommandOption

Inheritance
object
CommandOption
Implements
ICommandOption
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 CommandOption : ICommandOption

Constructors

CommandOption()

Declaration
public CommandOption()

Properties

DefaultValue

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

Description

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

Name

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

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool

Implements

ICommandOption

Extension Methods

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