コード例 #1
0
ファイル: _Ows.cs プロジェクト: mcartoixa/GeoSIK
 private void SetInnerType(ResponsiblePartyType ContentField)
 {
     this.ContentField=((ResponsiblePartyType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
コード例 #2
0
ファイル: _Ows.cs プロジェクト: mcartoixa/GeoSIK
 /// <summary>
 /// <para>
 /// Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included. 
 /// </para>
 /// </summary>
 public PointOfContact(ResponsiblePartyType content)
 {
     SetInnerType(content);
 }