Aras Innovator Platform

Configurator Services Interface

It is possible to work with Configurator Services without using JSON/AML serialization. This is provided by a public interface IConfiguratorServices implemented in the Aras.Server.Core.Abstractions namespace.

The interface provides the following functionality described in section Error! Reference source not found. Error! Reference source not found.:

IConfiguratorServices interface allows working with objects from Configurator Services without using JSON/AML. This can be beneficial in some cases from a performance perspective.

This section describes:

  • Getting an IConfiguratorServices interface
  • Interface description
  • Usage example