Click or drag to resize

GetModelInstancesRequest Class

* A request to get the model instances.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetModelInstancesRequest

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

The GetModelInstancesRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetModelInstancesRequestInitializes a new instance of the GetModelInstancesRequest class
Public methodGetModelInstancesRequest(GetModelInstancesRequest)Initializes a new instance of the GetModelInstancesRequest class
Top
Properties
 NameDescription
Public propertyAssetType The asset type.
Public propertyAssetView The asset view containing the models.
Public propertyStatic memberDescriptor 
Public propertyFilterExpression An expression to filter the models to return.
Public propertyParentNodePathId The node path ID of the parent.
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAssetTypeFieldNumberField number for the "asset_type" field.
Public fieldStatic memberAssetViewFieldNumberField number for the "asset_view" field.
Public fieldStatic memberFilterExpressionFieldNumberField number for the "filter_expression" field.
Public fieldStatic memberParentNodePathIdFieldNumberField number for the "parent_node_path_id" field.
Top
See Also