Click or drag to resize

GetEventCalculationNamesResponse Class

* The response from getting the event calculation names.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetEventCalculationNamesResponse

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

The GetEventCalculationNamesResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetEventCalculationNamesResponseInitializes a new instance of the GetEventCalculationNamesResponse class
Public methodGetEventCalculationNamesResponse(GetEventCalculationNamesResponse)Initializes a new instance of the GetEventCalculationNamesResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEventCalculationNames The names of the event calculations.
Public propertyExtendedStatus The status of making a request to the Calculations service.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberEventCalculationNamesFieldNumberField number for the "event_calculation_names" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also