コード例 #1
0
ファイル: CodeMap.cs プロジェクト: tomplusit/sdmxdotnet
 private void SetParentID(ID parentID, CodeList codeList)
 {
     if (parentID != null)
     {
         code.Parent = codeList.Get(parentID);
     }
 }
コード例 #2
0
 private void SetParentId(Id parentId, CodeList codeList)
 {
     if (parentId != null)
     {
         code.Parent = codeList.Get(parentId);
     }
 }