Beispiel #1
0
 private void SetInnerType(GetRecordsResponseType ContentField)
 {
     this.ContentField=((GetRecordsResponseType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Beispiel #2
0
 /// <summary>
 /// <para>
 /// 
 ///            The response message for a GetRecords request. Some or all of the 
 ///            matching records may be included as children of the SearchResults 
 ///            element. The RequestId is only included if the client specified it.
 ///         
 /// </para>
 /// </summary>
 public GetRecordsResponse(GetRecordsResponseType content)
 {
     SetInnerType(content);
 }