Click or drag to resize

ViewInfo Class

* The information for a view.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiViewInfo

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class ViewInfo : IMessage<ViewInfo>, 
	IMessage, IEquatable<ViewInfo>, IDeepCloneable<ViewInfo>, 
	IBufferMessage

The ViewInfo type exposes the following members.

Constructors
 NameDescription
Public methodViewInfoInitializes a new instance of the ViewInfo class
Public methodViewInfo(ViewInfo)Initializes a new instance of the ViewInfo class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyPropName The names of the properties the view has.
Public propertyPropValue The values of the properties.
Public propertyViewName The name of the view.
Public propertyViewType The type of view.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberPropNameFieldNumberField number for the "prop_name" field.
Public fieldStatic memberPropValueFieldNumberField number for the "prop_value" field.
Public fieldStatic memberViewNameFieldNumberField number for the "view_name" field.
Public fieldStatic memberViewTypeFieldNumberField number for the "view_type" field.
Top
See Also