Show / Hide Table of Contents

Class CategoryInfo

Describes a registered category.

Inheritance
System.Object
CategoryInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.DeviceCommands
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public class CategoryInfo

Constructors

View Source

CategoryInfo(Int32, String, Boolean)

Initializes a new instance of the CategoryInfo class.

Declaration
public CategoryInfo(int id, string path, bool showSeparator)
Parameters
Type Name Description
System.Int32 id

The id of the category.

System.String path

The menu path of the category.

System.Boolean showSeparator

A value indicating if separators are used.

Properties

View Source

Id

Gets the id of the category.

Declaration
public int Id { get; }
Property Value
Type Description
System.Int32
View Source

MenuPath

Gets the menu path for this category.

Declaration
public string MenuPath { get; }
Property Value
Type Description
System.String
View Source

ShowSeparator

Gets a value indicating whether separators are shown.

Declaration
public bool ShowSeparator { get; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX