Click or drag to resize

GetViewInfoSingleResponse Class

* The response of getting the view information for a specific view.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetViewInfoSingleResponse

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

The GetViewInfoSingleResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetViewInfoSingleResponseInitializes a new instance of the GetViewInfoSingleResponse class
Public methodGetViewInfoSingleResponse(GetViewInfoSingleResponse)Initializes a new instance of the GetViewInfoSingleResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of accessing the view.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Public propertyView The information of the view.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Public fieldStatic memberViewFieldNumberField number for the "view" field.
Top
See Also