Пример #1
0
 private void SetInnerType(GetRecordsType ContentField)
 {
     this.ContentField=((GetRecordsType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Пример #2
0
 /// <summary>
 /// <para>
 /// 
 ///         The principal means of searching the catalogue. The matching 
 ///         catalogue entries may be included with the response. The client 
 ///         may assign a requestId (absolute URI). A distributed search is 
 ///         performed if the DistributedSearch element is present and the 
 ///         catalogue is a member of a federation. Profiles may allow 
 ///         alternative query expressions.
 /// </para>
 /// </summary>
 public GetRecords(GetRecordsType content)
 {
     SetInnerType(content);
 }