SetParametersRequest Class

A bunch of optional parameters to set, leaving blank is the same as not changing

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class SetParametersRequest : IMessage<SetParametersRequest>, 
	IMessage, IEquatable<SetParametersRequest>, IDeepCloneable<SetParametersRequest>, 
	IBufferMessage
Inheritance
Object    SetParametersRequest
Implements
IBufferMessage, IDeepCloneableSetParametersRequest, IMessage, IMessageSetParametersRequest, IEquatableSetParametersRequest

Constructors

SetParametersRequestInitializes a new instance of the SetParametersRequest class
SetParametersRequest(SetParametersRequest)Initializes a new instance of the SetParametersRequest class

Properties

Descriptor 
ParametersJson JSON string of any parameters present in the ModelParametersViewModel classes
Parser 

Methods

Fields

ParametersJsonFieldNumberField number for the "parameters_json" field.

See Also