MqModelFactory Class

Definition

Model factory for creating instances of Mq models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

public static class MqModelFactory
type MqModelFactory = class
Public Class MqModelFactory
Inheritance
MqModelFactory

Methods

Name Description
Item(String, String, String, String, Nullable<DateTime>, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, String, String)

Creates a new instance of Item(String, String, String, String, Nullable<DateTime>, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, String, String).

ItemsList(List<Item>)

Creates a new instance of ItemsList(List<Item>).

MultipleGetValidOptions(String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<IncludeInfo>, String, Nullable<Double>)

Creates a new instance of MultipleGetValidOptions(String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<IncludeInfo>, String, Nullable<Double>).

SendResponse(String, String, String, String)

Creates a new instance of SendResponse(String, String, String, String).

SendValidDataOptions(String, String, Nullable<MessageType>, String, String, String, String, Nullable<Double>, Nullable<Double>, String)

Creates a new instance of SendValidDataOptions(String, String, Nullable<MessageType>, String, String, String, String, Nullable<Double>, Nullable<Double>, String).

SingleGetValidOptions(String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<IncludeInfo>, String)

Creates a new instance of SingleGetValidOptions(String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<IncludeInfo>, String).

Applies to