Click or drag to resize

BrowseAutoCompleteResponse Class

* The response of the autocomplete browse containing all potential matches.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiBrowseAutoCompleteResponse

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 BrowseAutoCompleteResponse : IMessage<BrowseAutoCompleteResponse>, 
	IMessage, IEquatable<BrowseAutoCompleteResponse>, IDeepCloneable<BrowseAutoCompleteResponse>, 
	IBufferMessage

The BrowseAutoCompleteResponse type exposes the following members.

Constructors
 NameDescription
Public methodBrowseAutoCompleteResponseInitializes a new instance of the BrowseAutoCompleteResponse class
Public methodBrowseAutoCompleteResponse(BrowseAutoCompleteResponse)Initializes a new instance of the BrowseAutoCompleteResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyErrorMessage The error message if any occurred.
Public propertyNodeIdPath The node ID path of where the options are from.
Public propertyOptions The options for the auto complete that all matched the clue passed in.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberErrorMessageFieldNumberField number for the "error_message" field.
Public fieldStatic memberNodeIdPathFieldNumberField number for the "node_id_path" field.
Public fieldStatic memberOptionsFieldNumberField number for the "options" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also