Esempio n. 1
0
 private void SetInnerType(ContactType ContentField)
 {
     this.ContentField=((ContactType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Esempio n. 2
0
 /// <summary>
 /// <para>
 /// Information required to enable contact with the responsible person and/or organization. 
 /// </para>
 /// <para>
 /// For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section. 
 /// </para>
 /// </summary>
 public ContactInfo(ContactType content)
 {
     SetInnerType(content);
 }