Ejemplo n.º 1
0
 private void SetInnerType(GetDomainResponseType ContentField)
 {
     this.ContentField=((GetDomainResponseType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// <para>
 /// Returns the actual values for some property. In general this is a
 ///         subset of the value domain (that is, set of permissible values),
 ///         although in some cases these may be the same.
 /// </para>
 /// </summary>
 public GetDomainResponse(GetDomainResponseType content)
 {
     SetInnerType(content);
 }