#pragma warning disable IDE1006 #pragma warning disable CS8618 namespace EDAViewer.Singleton.Helper; // NOTE: Generated code may require at least .NET Framework 4.5 or .NET Core/Standard 2.0. /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] [System.Xml.Serialization.XmlRoot(Namespace = "", IsNullable = false)] public partial class PDSFConfiguration { private PDSFConfigurationSettings settingsField; private PDSFConfigurationDataCollection dataCollectionField; /// public PDSFConfigurationSettings Settings { get => this.settingsField; set => this.settingsField = value; } /// public PDSFConfigurationDataCollection DataCollection { get => this.dataCollectionField; set => this.dataCollectionField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationSettings { private bool logisticsValueTrimField; private bool parameterValueTrimField; private PDSFConfigurationSettingsCeidSettings ceidSettingsField; private bool generateDummyIfMissingMIDField; private bool requestCSAforTrustedWaferField; private string dummyMIDTimeFormatField; private PDSFConfigurationSettingsTimePrevDiffSettings timePrevDiffSettingsField; private string[] storagePathsField; private string filenameField; private bool isBackwardLogisticsEnabledField; private decimal timeColumnFormatField; private string writeEmptyLogisticsField; private bool resetLogisticsOnFileCutField; private string startTimeFormatField; private bool useRawDatabaseField; private bool usePdsfFileModeField; private bool yodaNotificationRequiredField; /// public bool LogisticsValueTrim { get => this.logisticsValueTrimField; set => this.logisticsValueTrimField = value; } /// public bool ParameterValueTrim { get => this.parameterValueTrimField; set => this.parameterValueTrimField = value; } /// public PDSFConfigurationSettingsCeidSettings CeidSettings { get => this.ceidSettingsField; set => this.ceidSettingsField = value; } /// public bool GenerateDummyIfMissingMID { get => this.generateDummyIfMissingMIDField; set => this.generateDummyIfMissingMIDField = value; } /// public bool RequestCSAforTrustedWafer { get => this.requestCSAforTrustedWaferField; set => this.requestCSAforTrustedWaferField = value; } /// public string DummyMIDTimeFormat { get => this.dummyMIDTimeFormatField; set => this.dummyMIDTimeFormatField = value; } /// public PDSFConfigurationSettingsTimePrevDiffSettings TimePrevDiffSettings { get => this.timePrevDiffSettingsField; set => this.timePrevDiffSettingsField = value; } /// [System.Xml.Serialization.XmlArrayItem("Path", IsNullable = false)] public string[] StoragePaths { get => this.storagePathsField; set => this.storagePathsField = value; } /// public string Filename { get => this.filenameField; set => this.filenameField = value; } /// public bool IsBackwardLogisticsEnabled { get => this.isBackwardLogisticsEnabledField; set => this.isBackwardLogisticsEnabledField = value; } /// public decimal TimeColumnFormat { get => this.timeColumnFormatField; set => this.timeColumnFormatField = value; } /// public string WriteEmptyLogistics { get => this.writeEmptyLogisticsField; set => this.writeEmptyLogisticsField = value; } /// public bool ResetLogisticsOnFileCut { get => this.resetLogisticsOnFileCutField; set => this.resetLogisticsOnFileCutField = value; } /// public string StartTimeFormat { get => this.startTimeFormatField; set => this.startTimeFormatField = value; } /// public bool UseRawDatabase { get => this.useRawDatabaseField; set => this.useRawDatabaseField = value; } /// public bool UsePdsfFileMode { get => this.usePdsfFileModeField; set => this.usePdsfFileModeField = value; } /// public bool YodaNotificationRequired { get => this.yodaNotificationRequiredField; set => this.yodaNotificationRequiredField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationSettingsCeidSettings { private bool isEnabledField; private object ceidField; /// public bool IsEnabled { get => this.isEnabledField; set => this.isEnabledField = value; } /// public object Ceid { get => this.ceidField; set => this.ceidField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationSettingsTimePrevDiffSettings { private bool isEnabledField; /// public bool IsEnabled { get => this.isEnabledField; set => this.isEnabledField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollection { private PDSFConfigurationDataCollectionStartTriggers startTriggersField; private PDSFConfigurationDataCollectionStopTriggers stopTriggersField; private PDSFConfigurationDataCollectionFileCutTriggers fileCutTriggersField; private PDSFConfigurationDataCollectionParameter[] parametersField; private PDSFConfigurationDataCollectionParameter1[] virtualParametersField; private PDSFConfigurationDataCollectionLogistics logisticsField; private PDSFConfigurationDataCollectionTrigger triggerField; private PDSFConfigurationDataCollectionFileWriterSettings fileWriterSettingsField; private PDSFConfigurationDataCollectionGeneralTriggers[] generalTriggersField; private string sourceField; /// public PDSFConfigurationDataCollectionStartTriggers StartTriggers { get => this.startTriggersField; set => this.startTriggersField = value; } /// public PDSFConfigurationDataCollectionStopTriggers StopTriggers { get => this.stopTriggersField; set => this.stopTriggersField = value; } /// public PDSFConfigurationDataCollectionFileCutTriggers FileCutTriggers { get => this.fileCutTriggersField; set => this.fileCutTriggersField = value; } /// [System.Xml.Serialization.XmlArrayItem("Parameter", IsNullable = false)] public PDSFConfigurationDataCollectionParameter[] Parameters { get => this.parametersField; set => this.parametersField = value; } /// [System.Xml.Serialization.XmlArrayItem("Parameter", IsNullable = false)] public PDSFConfigurationDataCollectionParameter1[] VirtualParameters { get => this.virtualParametersField; set => this.virtualParametersField = value; } /// public PDSFConfigurationDataCollectionLogistics Logistics { get => this.logisticsField; set => this.logisticsField = value; } /// public PDSFConfigurationDataCollectionTrigger Trigger { get => this.triggerField; set => this.triggerField = value; } /// public PDSFConfigurationDataCollectionFileWriterSettings FileWriterSettings { get => this.fileWriterSettingsField; set => this.fileWriterSettingsField = value; } /// [System.Xml.Serialization.XmlElement("GeneralTriggers")] public PDSFConfigurationDataCollectionGeneralTriggers[] GeneralTriggers { get => this.generalTriggersField; set => this.generalTriggersField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Source { get => this.sourceField; set => this.sourceField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStartTriggers { private PDSFConfigurationDataCollectionStartTriggersDCP dCPField; /// public PDSFConfigurationDataCollectionStartTriggersDCP DCP { get => this.dCPField; set => this.dCPField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStartTriggersDCP { private PDSFConfigurationDataCollectionStartTriggersDCPDataPool dataPoolField; private string ruleField; private object descriptionField; private bool resetGlobalStopSettingsField; private string idField; private string nameField; private bool resolveGlobalVariableBeforeTriggerField; /// public PDSFConfigurationDataCollectionStartTriggersDCPDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// public string Rule { get => this.ruleField; set => this.ruleField = value; } /// public object Description { get => this.descriptionField; set => this.descriptionField = value; } /// public bool ResetGlobalStopSettings { get => this.resetGlobalStopSettingsField; set => this.resetGlobalStopSettingsField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Id { get => this.idField; set => this.idField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Name { get => this.nameField; set => this.nameField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool ResolveGlobalVariableBeforeTrigger { get => this.resolveGlobalVariableBeforeTriggerField; set => this.resolveGlobalVariableBeforeTriggerField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStartTriggersDCPDataPool { private PDSFConfigurationDataCollectionStartTriggersDCPDataPoolScriptEditorDataPoolParameterModel[] parametersField; /// [System.Xml.Serialization.XmlArrayItem("ScriptEditorDataPoolParameterModel", IsNullable = false)] public PDSFConfigurationDataCollectionStartTriggersDCPDataPoolScriptEditorDataPoolParameterModel[] Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStartTriggersDCPDataPoolScriptEditorDataPoolParameterModel { private string nameField; private string valueField; /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Value { get => this.valueField; set => this.valueField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStopTriggers { private PDSFConfigurationDataCollectionStopTriggersDCP dCPField; private int durationField; private int receiveTimeoutField; private int rowCountField; /// public PDSFConfigurationDataCollectionStopTriggersDCP DCP { get => this.dCPField; set => this.dCPField = value; } /// public int Duration { get => this.durationField; set => this.durationField = value; } /// public int ReceiveTimeout { get => this.receiveTimeoutField; set => this.receiveTimeoutField = value; } /// public int RowCount { get => this.rowCountField; set => this.rowCountField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStopTriggersDCP { private PDSFConfigurationDataCollectionStopTriggersDCPDataPool dataPoolField; private string ruleField; private object descriptionField; private PDSFConfigurationDataCollectionStopTriggersDCPPublishDocumentDataPool publishDocumentDataPoolField; private object publishDocumentRuleField; private string idField; private string nameField; private bool resolveGlobalVariableBeforeTriggerField; private bool resetGlobalVariablesAfterTriggerField; /// public PDSFConfigurationDataCollectionStopTriggersDCPDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// public string Rule { get => this.ruleField; set => this.ruleField = value; } /// public object Description { get => this.descriptionField; set => this.descriptionField = value; } /// public PDSFConfigurationDataCollectionStopTriggersDCPPublishDocumentDataPool PublishDocumentDataPool { get => this.publishDocumentDataPoolField; set => this.publishDocumentDataPoolField = value; } /// public object PublishDocumentRule { get => this.publishDocumentRuleField; set => this.publishDocumentRuleField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Id { get => this.idField; set => this.idField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Name { get => this.nameField; set => this.nameField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool ResolveGlobalVariableBeforeTrigger { get => this.resolveGlobalVariableBeforeTriggerField; set => this.resolveGlobalVariableBeforeTriggerField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool ResetGlobalVariablesAfterTrigger { get => this.resetGlobalVariablesAfterTriggerField; set => this.resetGlobalVariablesAfterTriggerField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStopTriggersDCPDataPool { private PDSFConfigurationDataCollectionStopTriggersDCPDataPoolScriptEditorDataPoolParameterModel[] parametersField; /// [System.Xml.Serialization.XmlArrayItem("ScriptEditorDataPoolParameterModel", IsNullable = false)] public PDSFConfigurationDataCollectionStopTriggersDCPDataPoolScriptEditorDataPoolParameterModel[] Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStopTriggersDCPDataPoolScriptEditorDataPoolParameterModel { private string nameField; private string valueField; /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Value { get => this.valueField; set => this.valueField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionStopTriggersDCPPublishDocumentDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionFileCutTriggers { private int intervalField; private int rowCountField; /// public int Interval { get => this.intervalField; set => this.intervalField = value; } /// public int RowCount { get => this.rowCountField; set => this.rowCountField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameter { private string idField; private string nameField; private string descriptionField; private object childsField; private object dataTypeField; private string hardWareIdField; private bool isArrayField; private bool repeatsOnSameLevelField; private bool isCyclicalField; private string fullNameField; private object separatorField; private bool isAutoGeneratedField; private PDSFConfigurationDataCollectionParameterConditions conditionsField; private object localVariablesField; private object arithmeticsField; private string name1Field; private string aliasField; private string positionField; private int orderField; private bool useField; /// public string Id { get => this.idField; set => this.idField = value; } /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Description { get => this.descriptionField; set => this.descriptionField = value; } /// public object Childs { get => this.childsField; set => this.childsField = value; } /// public object DataType { get => this.dataTypeField; set => this.dataTypeField = value; } /// public string HardWareId { get => this.hardWareIdField; set => this.hardWareIdField = value; } /// public bool IsArray { get => this.isArrayField; set => this.isArrayField = value; } /// public bool RepeatsOnSameLevel { get => this.repeatsOnSameLevelField; set => this.repeatsOnSameLevelField = value; } /// public bool IsCyclical { get => this.isCyclicalField; set => this.isCyclicalField = value; } /// public string FullName { get => this.fullNameField; set => this.fullNameField = value; } /// public object Separator { get => this.separatorField; set => this.separatorField = value; } /// public bool IsAutoGenerated { get => this.isAutoGeneratedField; set => this.isAutoGeneratedField = value; } /// public PDSFConfigurationDataCollectionParameterConditions Conditions { get => this.conditionsField; set => this.conditionsField = value; } /// public object LocalVariables { get => this.localVariablesField; set => this.localVariablesField = value; } /// public object Arithmetics { get => this.arithmeticsField; set => this.arithmeticsField = value; } /// [System.Xml.Serialization.XmlAttribute("Name")] public string Name1 { get => this.name1Field; set => this.name1Field = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Alias { get => this.aliasField; set => this.aliasField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Position { get => this.positionField; set => this.positionField = value; } /// [System.Xml.Serialization.XmlAttribute()] public int Order { get => this.orderField; set => this.orderField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool Use { get => this.useField; set => this.useField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditions { private PDSFConfigurationDataCollectionParameterConditionsConditionModel conditionModelField; /// public PDSFConfigurationDataCollectionParameterConditionsConditionModel ConditionModel { get => this.conditionModelField; set => this.conditionModelField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModel { private string idField; private string nameField; private object descriptionField; private object conditionField; private PDSFConfigurationDataCollectionParameterConditionsConditionModelConditionDataPool conditionDataPoolField; private string formulaField; private PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPool formulaDataPoolField; private PDSFConfigurationDataCollectionParameterConditionsConditionModelNameDataPool nameDataPoolField; /// public string Id { get => this.idField; set => this.idField = value; } /// public string Name { get => this.nameField; set => this.nameField = value; } /// public object Description { get => this.descriptionField; set => this.descriptionField = value; } /// public object Condition { get => this.conditionField; set => this.conditionField = value; } /// public PDSFConfigurationDataCollectionParameterConditionsConditionModelConditionDataPool ConditionDataPool { get => this.conditionDataPoolField; set => this.conditionDataPoolField = value; } /// public string Formula { get => this.formulaField; set => this.formulaField = value; } /// public PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPool FormulaDataPool { get => this.formulaDataPoolField; set => this.formulaDataPoolField = value; } /// public PDSFConfigurationDataCollectionParameterConditionsConditionModelNameDataPool NameDataPool { get => this.nameDataPoolField; set => this.nameDataPoolField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModelConditionDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModelNameDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameter1 { private string idField; private string nameField; private string descriptionField; private object childsField; private object dataTypeField; private string hardWareIdField; private bool isArrayField; private bool repeatsOnSameLevelField; private bool isCyclicalField; private string fullNameField; private object separatorField; private bool isAutoGeneratedField; private PDSFConfigurationDataCollectionParameterConditions1 conditionsField; private object localVariablesField; private object arithmeticsField; private string name1Field; private string aliasField; private string positionField; private int orderField; private bool useField; /// public string Id { get => this.idField; set => this.idField = value; } /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Description { get => this.descriptionField; set => this.descriptionField = value; } /// public object Childs { get => this.childsField; set => this.childsField = value; } /// public object DataType { get => this.dataTypeField; set => this.dataTypeField = value; } /// public string HardWareId { get => this.hardWareIdField; set => this.hardWareIdField = value; } /// public bool IsArray { get => this.isArrayField; set => this.isArrayField = value; } /// public bool RepeatsOnSameLevel { get => this.repeatsOnSameLevelField; set => this.repeatsOnSameLevelField = value; } /// public bool IsCyclical { get => this.isCyclicalField; set => this.isCyclicalField = value; } /// public string FullName { get => this.fullNameField; set => this.fullNameField = value; } /// public object Separator { get => this.separatorField; set => this.separatorField = value; } /// public bool IsAutoGenerated { get => this.isAutoGeneratedField; set => this.isAutoGeneratedField = value; } /// public PDSFConfigurationDataCollectionParameterConditions1 Conditions { get => this.conditionsField; set => this.conditionsField = value; } /// public object LocalVariables { get => this.localVariablesField; set => this.localVariablesField = value; } /// public object Arithmetics { get => this.arithmeticsField; set => this.arithmeticsField = value; } /// [System.Xml.Serialization.XmlAttribute("Name")] public string Name1 { get => this.name1Field; set => this.name1Field = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Alias { get => this.aliasField; set => this.aliasField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Position { get => this.positionField; set => this.positionField = value; } /// [System.Xml.Serialization.XmlAttribute()] public int Order { get => this.orderField; set => this.orderField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool Use { get => this.useField; set => this.useField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditions1 { private PDSFConfigurationDataCollectionParameterConditionsConditionModel1 conditionModelField; /// public PDSFConfigurationDataCollectionParameterConditionsConditionModel1 ConditionModel { get => this.conditionModelField; set => this.conditionModelField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModel1 { private string idField; private string nameField; private string descriptionField; private object conditionField; private PDSFConfigurationDataCollectionParameterConditionsConditionModelConditionDataPool1 conditionDataPoolField; private string formulaField; private PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPool1 formulaDataPoolField; private PDSFConfigurationDataCollectionParameterConditionsConditionModelNameDataPool1 nameDataPoolField; /// public string Id { get => this.idField; set => this.idField = value; } /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Description { get => this.descriptionField; set => this.descriptionField = value; } /// public object Condition { get => this.conditionField; set => this.conditionField = value; } /// public PDSFConfigurationDataCollectionParameterConditionsConditionModelConditionDataPool1 ConditionDataPool { get => this.conditionDataPoolField; set => this.conditionDataPoolField = value; } /// public string Formula { get => this.formulaField; set => this.formulaField = value; } /// public PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPool1 FormulaDataPool { get => this.formulaDataPoolField; set => this.formulaDataPoolField = value; } /// public PDSFConfigurationDataCollectionParameterConditionsConditionModelNameDataPool1 NameDataPool { get => this.nameDataPoolField; set => this.nameDataPoolField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModelConditionDataPool1 { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPool1 { private PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPoolScriptEditorDataPoolParameterModel[] parametersField; /// [System.Xml.Serialization.XmlArrayItem("ScriptEditorDataPoolParameterModel", IsNullable = false)] public PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPoolScriptEditorDataPoolParameterModel[] Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModelFormulaDataPoolScriptEditorDataPoolParameterModel { private string nameField; private string valueField; /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Value { get => this.valueField; set => this.valueField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionParameterConditionsConditionModelNameDataPool1 { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogistics { private PDSFConfigurationDataCollectionLogisticsAttribute[] attributesField; private PDSFConfigurationDataCollectionLogisticsColumn[] columnsField; private PDSFConfigurationDataCollectionLogisticsTriggers triggersField; private string equipmentAliasField; /// [System.Xml.Serialization.XmlArrayItem("Attribute", IsNullable = false)] public PDSFConfigurationDataCollectionLogisticsAttribute[] Attributes { get => this.attributesField; set => this.attributesField = value; } /// [System.Xml.Serialization.XmlArrayItem("Column", IsNullable = false)] public PDSFConfigurationDataCollectionLogisticsColumn[] Columns { get => this.columnsField; set => this.columnsField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggers Triggers { get => this.triggersField; set => this.triggersField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string EquipmentAlias { get => this.equipmentAliasField; set => this.equipmentAliasField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsAttribute { private string keyField; private int orderField; private string placeholderField; private bool useField; private bool addAsDataColumnField; private string attributeTypeField; private string dataColumnAliasField; /// [System.Xml.Serialization.XmlAttribute()] public string Key { get => this.keyField; set => this.keyField = value; } /// [System.Xml.Serialization.XmlAttribute()] public int Order { get => this.orderField; set => this.orderField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Placeholder { get => this.placeholderField; set => this.placeholderField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool Use { get => this.useField; set => this.useField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool AddAsDataColumn { get => this.addAsDataColumnField; set => this.addAsDataColumnField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string AttributeType { get => this.attributeTypeField; set => this.attributeTypeField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string DataColumnAlias { get => this.dataColumnAliasField; set => this.dataColumnAliasField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsColumn { private int idField; private string prefixField; /// [System.Xml.Serialization.XmlAttribute()] public int ID { get => this.idField; set => this.idField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Prefix { get => this.prefixField; set => this.prefixField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggers { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTrigger updateTriggerField; /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTrigger UpdateTrigger { get => this.updateTriggerField; set => this.updateTriggerField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTrigger { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequest[] logisticRequestField; private bool incrementRuleField; private bool resolveGlobalVariableBeforeTriggerField; private string dCPField; /// [System.Xml.Serialization.XmlElement("LogisticRequest")] public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequest[] LogisticRequest { get => this.logisticRequestField; set => this.logisticRequestField = value; } /// public bool IncrementRule { get => this.incrementRuleField; set => this.incrementRuleField = value; } /// public bool ResolveGlobalVariableBeforeTrigger { get => this.resolveGlobalVariableBeforeTriggerField; set => this.resolveGlobalVariableBeforeTriggerField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string DCP { get => this.dCPField; set => this.dCPField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequest { private int nameField; private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinition callDefinitionField; private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPool dataPoolField; private object incrementRuleField; private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeys keysField; private string ruleField; private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticIncrementCondition logisticIncrementConditionField; private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticsColumn logisticsColumnField; /// public int Name { get => this.nameField; set => this.nameField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinition CallDefinition { get => this.callDefinitionField; set => this.callDefinitionField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// public object IncrementRule { get => this.incrementRuleField; set => this.incrementRuleField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeys Keys { get => this.keysField; set => this.keysField = value; } /// public string Rule { get => this.ruleField; set => this.ruleField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticIncrementCondition LogisticIncrementCondition { get => this.logisticIncrementConditionField; set => this.logisticIncrementConditionField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticsColumn LogisticsColumn { get => this.logisticsColumnField; set => this.logisticsColumnField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinition { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinitionLogisticCallDefinitionAttribute[] attributesField; /// [System.Xml.Serialization.XmlArrayItem("LogisticCallDefinitionAttribute", IsNullable = false)] public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinitionLogisticCallDefinitionAttribute[] Attributes { get => this.attributesField; set => this.attributesField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinitionLogisticCallDefinitionAttribute { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinitionLogisticCallDefinitionAttributeDataPool dataPoolField; private string formulaField; private string logisticsKeyField; private string mappedParameterNameField; private string sourceField; /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinitionLogisticCallDefinitionAttributeDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// public string Formula { get => this.formulaField; set => this.formulaField = value; } /// public string LogisticsKey { get => this.logisticsKeyField; set => this.logisticsKeyField = value; } /// public string MappedParameterName { get => this.mappedParameterNameField; set => this.mappedParameterNameField = value; } /// public string Source { get => this.sourceField; set => this.sourceField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestCallDefinitionLogisticCallDefinitionAttributeDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPool { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPoolParameters parametersField; /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPoolParameters Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPoolParameters { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPoolParametersScriptEditorDataPoolParameterModel scriptEditorDataPoolParameterModelField; /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPoolParametersScriptEditorDataPoolParameterModel ScriptEditorDataPoolParameterModel { get => this.scriptEditorDataPoolParameterModelField; set => this.scriptEditorDataPoolParameterModelField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestDataPoolParametersScriptEditorDataPoolParameterModel { private string nameField; private string valueField; /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Value { get => this.valueField; set => this.valueField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeys { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysEquipmentName equipmentNameField; private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysKeyMapping keyMappingField; private int defaultCarrierIndexField; private string defaultJobIndexField; private int defaultSlotIndexField; private string scenarioField; private bool useAllRequestedDataField; /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysEquipmentName EquipmentName { get => this.equipmentNameField; set => this.equipmentNameField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysKeyMapping KeyMapping { get => this.keyMappingField; set => this.keyMappingField = value; } /// [System.Xml.Serialization.XmlAttribute()] public int DefaultCarrierIndex { get => this.defaultCarrierIndexField; set => this.defaultCarrierIndexField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string DefaultJobIndex { get => this.defaultJobIndexField; set => this.defaultJobIndexField = value; } /// [System.Xml.Serialization.XmlAttribute()] public int DefaultSlotIndex { get => this.defaultSlotIndexField; set => this.defaultSlotIndexField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Scenario { get => this.scenarioField; set => this.scenarioField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool UseAllRequestedData { get => this.useAllRequestedDataField; set => this.useAllRequestedDataField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysEquipmentName { private string fixedNameField; private string parameterNameField; /// [System.Xml.Serialization.XmlAttribute()] public string FixedName { get => this.fixedNameField; set => this.fixedNameField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string ParameterName { get => this.parameterNameField; set => this.parameterNameField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysKeyMapping { private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysKeyMappingDataPool dataPoolField; private string formulaField; private string keyNameField; private string parameterNameField; /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysKeyMappingDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Formula { get => this.formulaField; set => this.formulaField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string KeyName { get => this.keyNameField; set => this.keyNameField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string ParameterName { get => this.parameterNameField; set => this.parameterNameField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestKeysKeyMappingDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticIncrementCondition { private object ruleField; private PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticIncrementConditionDataPool dataPoolField; /// public object Rule { get => this.ruleField; set => this.ruleField = value; } /// public PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticIncrementConditionDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticIncrementConditionDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionLogisticsTriggersUpdateTriggerLogisticRequestLogisticsColumn { private int fixedField; /// [System.Xml.Serialization.XmlAttribute()] public int Fixed { get => this.fixedField; set => this.fixedField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionTrigger { private PDSFConfigurationDataCollectionTriggerDataPool dataPoolField; private object ruleField; private object descriptionField; private string idField; private string nameField; private bool resolveGlobalVariableBeforeTriggerField; /// public PDSFConfigurationDataCollectionTriggerDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// public object Rule { get => this.ruleField; set => this.ruleField = value; } /// public object Description { get => this.descriptionField; set => this.descriptionField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Id { get => this.idField; set => this.idField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Name { get => this.nameField; set => this.nameField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool ResolveGlobalVariableBeforeTrigger { get => this.resolveGlobalVariableBeforeTriggerField; set => this.resolveGlobalVariableBeforeTriggerField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionTriggerDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionFileWriterSettings { private string usedFileWriterField; private PDSFConfigurationDataCollectionFileWriterSettingsArrayInRowsSettings arrayInRowsSettingsField; private PDSFConfigurationDataCollectionFileWriterSettingsParameterInRowsSettings parameterInRowsSettingsField; /// public string UsedFileWriter { get => this.usedFileWriterField; set => this.usedFileWriterField = value; } /// public PDSFConfigurationDataCollectionFileWriterSettingsArrayInRowsSettings ArrayInRowsSettings { get => this.arrayInRowsSettingsField; set => this.arrayInRowsSettingsField = value; } /// public PDSFConfigurationDataCollectionFileWriterSettingsParameterInRowsSettings ParameterInRowsSettings { get => this.parameterInRowsSettingsField; set => this.parameterInRowsSettingsField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionFileWriterSettingsArrayInRowsSettings { private int logisticChangeExtendTimeField; private int extendTimeField; private int defaultValueForArrayInLinesField; private bool isEnabledField; /// public int LogisticChangeExtendTime { get => this.logisticChangeExtendTimeField; set => this.logisticChangeExtendTimeField = value; } /// public int ExtendTime { get => this.extendTimeField; set => this.extendTimeField = value; } /// public int DefaultValueForArrayInLines { get => this.defaultValueForArrayInLinesField; set => this.defaultValueForArrayInLinesField = value; } /// public bool IsEnabled { get => this.isEnabledField; set => this.isEnabledField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionFileWriterSettingsParameterInRowsSettings { private bool isEnabledField; private string dataColumnNameField; private string logisticColumnNameField; private bool isGenerateHashCodeEnabledField; private string hashCodeColumnNameField; /// public bool IsEnabled { get => this.isEnabledField; set => this.isEnabledField = value; } /// public string DataColumnName { get => this.dataColumnNameField; set => this.dataColumnNameField = value; } /// public string LogisticColumnName { get => this.logisticColumnNameField; set => this.logisticColumnNameField = value; } /// public bool IsGenerateHashCodeEnabled { get => this.isGenerateHashCodeEnabledField; set => this.isGenerateHashCodeEnabledField = value; } /// public string HashCodeColumnName { get => this.hashCodeColumnNameField; set => this.hashCodeColumnNameField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionGeneralTriggers { private PDSFConfigurationDataCollectionGeneralTriggersDataPool dataPoolField; private object ruleField; private object descriptionField; private PDSFConfigurationDataCollectionGeneralTriggersVariableModel[] globalVariablesField; private string idField; private string nameField; private bool resolveGlobalVariableBeforeTriggerField; /// public PDSFConfigurationDataCollectionGeneralTriggersDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// public object Rule { get => this.ruleField; set => this.ruleField = value; } /// public object Description { get => this.descriptionField; set => this.descriptionField = value; } /// [System.Xml.Serialization.XmlArrayItem("VariableModel", IsNullable = false)] public PDSFConfigurationDataCollectionGeneralTriggersVariableModel[] GlobalVariables { get => this.globalVariablesField; set => this.globalVariablesField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Id { get => this.idField; set => this.idField = value; } /// [System.Xml.Serialization.XmlAttribute()] public string Name { get => this.nameField; set => this.nameField = value; } /// [System.Xml.Serialization.XmlAttribute()] public bool ResolveGlobalVariableBeforeTrigger { get => this.resolveGlobalVariableBeforeTriggerField; set => this.resolveGlobalVariableBeforeTriggerField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionGeneralTriggersDataPool { private object parametersField; /// public object Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionGeneralTriggersVariableModel { private string idField; private string nameField; private object descriptionField; private PDSFConfigurationDataCollectionGeneralTriggersVariableModelDataPool dataPoolField; private string formulaField; private string parameterNameField; private string[] resolveBeforeTriggersField; /// public string Id { get => this.idField; set => this.idField = value; } /// public string Name { get => this.nameField; set => this.nameField = value; } /// public object Description { get => this.descriptionField; set => this.descriptionField = value; } /// public PDSFConfigurationDataCollectionGeneralTriggersVariableModelDataPool DataPool { get => this.dataPoolField; set => this.dataPoolField = value; } /// public string Formula { get => this.formulaField; set => this.formulaField = value; } /// public string ParameterName { get => this.parameterNameField; set => this.parameterNameField = value; } /// [System.Xml.Serialization.XmlElement("ResolveBeforeTriggers")] public string[] ResolveBeforeTriggers { get => this.resolveBeforeTriggersField; set => this.resolveBeforeTriggersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionGeneralTriggersVariableModelDataPool { private PDSFConfigurationDataCollectionGeneralTriggersVariableModelDataPoolScriptEditorDataPoolParameterModel[] parametersField; /// [System.Xml.Serialization.XmlArrayItem("ScriptEditorDataPoolParameterModel", IsNullable = false)] public PDSFConfigurationDataCollectionGeneralTriggersVariableModelDataPoolScriptEditorDataPoolParameterModel[] Parameters { get => this.parametersField; set => this.parametersField = value; } } /// [Serializable()] [System.ComponentModel.DesignerCategory("code")] [System.Xml.Serialization.XmlType(AnonymousType = true)] public partial class PDSFConfigurationDataCollectionGeneralTriggersVariableModelDataPoolScriptEditorDataPoolParameterModel { private string nameField; private string valueField; /// public string Name { get => this.nameField; set => this.nameField = value; } /// public string Value { get => this.valueField; set => this.valueField = value; } }