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 SourceCategoryInfo(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 SourceId
Gets the id of the category.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MenuPath
Gets the menu path for this category.
Declaration
public string MenuPath { get; }
Property Value
Type | Description |
---|---|
System.String |
ShowSeparator
Gets a value indicating whether separators are shown.
Declaration
public bool ShowSeparator { get; }
Property Value
Type | Description |
---|---|
System.Boolean |