Specify some values

This commit is contained in:
2025-08-26 19:05:26 +09:00
parent 0269280ef4
commit 1355889b2a

View File

@ -73,7 +73,8 @@ namespace Hcs.TestApp.Scenario
ServiceType = Registry3.Element6, ServiceType = Registry3.Element6,
MunicipalResource = Registry239.Element4, MunicipalResource = Registry239.Element4,
StartSupplyDate = effectiveDate, StartSupplyDate = effectiveDate,
EndSupplyDate = comptetionDate EndSupplyDate = comptetionDate,
EndSupplyDateSpecified = true
}], }],
specifyingQualityIndicators = SupplyResourceContractTypeSpecifyingQualityIndicators.D, specifyingQualityIndicators = SupplyResourceContractTypeSpecifyingQualityIndicators.D,
objectAddress = [new SupplyResourceContractTypeObjectAddress() objectAddress = [new SupplyResourceContractTypeObjectAddress()
@ -84,6 +85,7 @@ namespace Hcs.TestApp.Scenario
PairKey = contractSubjectGuid, PairKey = contractSubjectGuid,
StartSupplyDate = effectiveDate, StartSupplyDate = effectiveDate,
EndSupplyDate = comptetionDate, EndSupplyDate = comptetionDate,
EndSupplyDateSpecified = true,
HeatingSystemType = new SupplyResourceContractTypeObjectAddressPairHeatingSystemType() HeatingSystemType = new SupplyResourceContractTypeObjectAddressPairHeatingSystemType()
{ {
OpenOrNot = SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot.Opened, OpenOrNot = SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot.Opened,