Click or drag to resize

BrowseNode Class

* The Node that was browsed to containing information on the parent and child nodes.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiBrowseNode

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class BrowseNode : IMessage<BrowseNode>, 
	IMessage, IEquatable<BrowseNode>, IDeepCloneable<BrowseNode>, 
	IBufferMessage

The BrowseNode type exposes the following members.

Constructors
 NameDescription
Public methodBrowseNodeInitializes a new instance of the BrowseNode class
Public methodBrowseNode(BrowseNode)Initializes a new instance of the BrowseNode class
Top
Properties
 NameDescription
Public propertyChildren The information on all child nodes.
Public propertyStatic memberDescriptor 
Public propertyErrorMessage The error message if any errors occurred.
Public propertyParentIdPath The path to the parent node.
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberChildrenFieldNumberField number for the "children" field.
Public fieldStatic memberErrorMessageFieldNumberField number for the "error_message" field.
Public fieldStatic memberParentIdPathFieldNumberField number for the "parent_id_path" field.
Top
See Also