Specify some values
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user