Click or drag to resize

SubscriptionBrowsePath Class

* The path for browsing to find what to subscribe too.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiSubscriptionBrowsePath

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class SubscriptionBrowsePath : IMessage<SubscriptionBrowsePath>, 
	IMessage, IEquatable<SubscriptionBrowsePath>, IDeepCloneable<SubscriptionBrowsePath>, 
	IBufferMessage

The SubscriptionBrowsePath type exposes the following members.

Constructors
 NameDescription
Public methodSubscriptionBrowsePathInitializes a new instance of the SubscriptionBrowsePath class
Public methodSubscriptionBrowsePath(SubscriptionBrowsePath)Initializes a new instance of the SubscriptionBrowsePath class
Top
Properties
 NameDescription
Public propertyBrowsePath The path to browse.
Public propertyDeep Whether or not to include subnodes when browsing.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberBrowsePathFieldNumberField number for the "browse_path" field.
Public fieldStatic memberDeepFieldNumberField number for the "deep" field.
Top
See Also