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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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