Click or drag to resize

GetViewsRequest Class

* A request to get all views.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetViewsRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class GetViewsRequest : IMessage<GetViewsRequest>, 
	IMessage, IEquatable<GetViewsRequest>, IDeepCloneable<GetViewsRequest>, 
	IBufferMessage

The GetViewsRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetViewsRequestInitializes a new instance of the GetViewsRequest class
Public methodGetViewsRequest(GetViewsRequest)Initializes a new instance of the GetViewsRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Top
See Also