コード例 #1
0
ファイル: _Publication.cs プロジェクト: mcartoixa/GeoSIK
 private void SetInnerType(HarvestResponseType ContentField)
 {
     this.ContentField=((HarvestResponseType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
コード例 #2
0
ファイル: _Publication.cs プロジェクト: mcartoixa/GeoSIK
 public HarvestResponse(HarvestResponseType content)
 {
     SetInnerType(content);
 }