コード例 #1
0
 private bool Equals(RsmHeader other)
 {
     return(MessageReference == other.MessageReference && Identification == other.Identification && DocumentType == other.DocumentType && Nullable.Equals(Creation, other.Creation) && SenderIdentification == other.SenderIdentification && RecipientIdentification == other.RecipientIdentification && EnergyBusinessProcess == other.EnergyBusinessProcess && EnergyBusinessProcessRole == other.EnergyBusinessProcessRole && EnergyIndustryClassification == other.EnergyIndustryClassification);
 }
コード例 #2
0
ファイル: Context.cs プロジェクト: mhejle/geh-market-roles
 public Context()
 {
     RsmHeader = new RsmHeader();
 }