Search Results for

    Show / Hide Table of Contents

    Class NavigationCommand

    Represents a navigation command

    Inheritance
    System.Object
    NavigationCommand
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Navigation.Command
    Assembly: Simplic.Navigation.Command.dll
    Syntax
    public class NavigationCommand

    Properties

    | Improve this Doc View Source

    Command

    Get or sets the command / shortcut

    Declaration
    public string Command { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DocumentationLink

    Gets or sets the link that should be opened when accessing the documentation

    Declaration
    public string DocumentationLink { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HasArguments

    Gets or sets whether the command requires arguments

    Declaration
    public bool HasArguments { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IconId

    Gets or sets the icon id

    Declaration
    public Guid IconId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Id

    Gets or sets the command id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Gets or sets the command name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx