Class AceResponse
Represents a Configit Ace configuration response, constructed from a ConfigurationResponse object
Inherited Members
Namespace: Unity.Industrial.Forma.Configit.Ace.Core
Assembly: solution.dll
Syntax
public class AceResponse
Properties
| Name | Description |
|---|---|
| removedAssignments | The list of conflicting assignments. Conflicts happen when a new assignment requires removing previously made assignments for the configuration to remain valid. |
| responseType | The AceResponse.ResponseType returned after making a configuration request |
| sections | The list of AceSections in this phase |