Configurator Services Interface
Copy
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.:
- alternate for the cfg_GetScopeStructure method (without output_builder_method parameter, see 5.2.1 cfg_GetScopeStructure);
- alternate for the cfg_GetValidCombinations method (see 5.2.2 cfg_GetValidCombinations)
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