Exemple #1
0
 private void SetInnerType(GetDomainType ContentField)
 {
     this.ContentField=((GetDomainType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemple #2
0
 /// <summary>
 /// <para>
 /// Requests the actual values of some specified request parameter 
 ///        or other data element.
 /// </para>
 /// </summary>
 public GetDomain(GetDomainType content)
 {
     SetInnerType(content);
 }