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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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