Class InfoEngineReply
Class InfoEngineReply.
Inherited Members
Namespace: Unity.Industrial.Forma.Core.Info
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Providers", "Unity.Industrial.Configurator", null)]
public class InfoEngineReply : ProviderReply<InfoEngineReplyStatus>
Constructors
InfoEngineReply(InfoEngineReplyStatus, String, Object)
Constructor with all attributes to initialize.
Declaration
public InfoEngineReply(InfoEngineReplyStatus status, string reason = null, object userDefinedObject = null)
Parameters
| Type | Name | Description |
|---|---|---|
| InfoEngineReplyStatus | status | The status. |
| String | reason | The reason. |
| Object | userDefinedObject | The user defined object. |
Fields
Reason
The reason
Declaration
public string Reason
Field Value
| Type | Description |
|---|---|
| String |
Value
The value
Declaration
public readonly object Value
Field Value
| Type | Description |
|---|---|
| Object |