public ConfigFieldRenderer(IPropertyProcessorManager propertyProcessorManager) { _propertyProcessorManager = propertyProcessorManager; propertyProcessorManager.GetPreparedCoreStructuresForRendering(out _operationTypes, out _operationIds, out _operationLabels, out _operationNamesMapping); propertyProcessorManager.GetPreparedCustomStructuresForRendering(out _customOperationTypes, out _customOperationIds, out _customOperationLabels, out _operationNamesMapping); }
public FieldsProcessor(IPropertyProcessorManager propertyProcessorManager, IArrayTypeUtils arrayTypeUtils) { _propertyProcessorManager = propertyProcessorManager; _arrayTypeUtils = arrayTypeUtils; }