Click or drag to resize

GetModelTypesRequest Class

* A request to get the types of models.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetModelTypesRequest

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

The GetModelTypesRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetModelTypesRequestInitializes a new instance of the GetModelTypesRequest class
Public methodGetModelTypesRequest(GetModelTypesRequest)Initializes a new instance of the GetModelTypesRequest class
Top
Properties
 NameDescription
Public propertyAssetView The asset view.
Public propertyStatic memberDescriptor 
Public propertyParentType The parent type.
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAssetViewFieldNumberField number for the "asset_view" field.
Public fieldStatic memberParentTypeFieldNumberField number for the "parent_type" field.
Top
See Also