Exemplo n.º 1
0
 private void SetInnerType(GetRecordByIdResponseType ContentField)
 {
     this.ContentField=((GetRecordByIdResponseType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemplo n.º 2
0
 /// <summary>
 /// <para>
 /// Returns a representation of the matching entry. If there is no 
 ///         matching record, the response message must be empty.
 /// </para>
 /// </summary>
 public GetRecordByIdResponse(GetRecordByIdResponseType content)
 {
     SetInnerType(content);
 }