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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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