Click or drag to resize

GetViewInfoResponse Class

* The response containing the information for all views.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetViewInfoResponse

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

The GetViewInfoResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetViewInfoResponseInitializes a new instance of the GetViewInfoResponse class
Public methodGetViewInfoResponse(GetViewInfoResponse)Initializes a new instance of the GetViewInfoResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus Status of reading the properties.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Public propertyViews The information of the views.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Public fieldStatic memberViewsFieldNumberField number for the "views" field.
Top
See Also