Specify some values
This commit is contained in:
@ -73,7 +73,8 @@ namespace Hcs.TestApp.Scenario
|
||||
ServiceType = Registry3.Element6,
|
||||
MunicipalResource = Registry239.Element4,
|
||||
StartSupplyDate = effectiveDate,
|
||||
EndSupplyDate = comptetionDate
|
||||
EndSupplyDate = comptetionDate,
|
||||
EndSupplyDateSpecified = true
|
||||
}],
|
||||
specifyingQualityIndicators = SupplyResourceContractTypeSpecifyingQualityIndicators.D,
|
||||
objectAddress = [new SupplyResourceContractTypeObjectAddress()
|
||||
@ -84,6 +85,7 @@ namespace Hcs.TestApp.Scenario
|
||||
PairKey = contractSubjectGuid,
|
||||
StartSupplyDate = effectiveDate,
|
||||
EndSupplyDate = comptetionDate,
|
||||
EndSupplyDateSpecified = true,
|
||||
HeatingSystemType = new SupplyResourceContractTypeObjectAddressPairHeatingSystemType()
|
||||
{
|
||||
OpenOrNot = SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot.Opened,
|
||||
|
||||
Reference in New Issue
Block a user