Example #1
0
 private void SetInnerType(TransactionType ContentField)
 {
     this.ContentField=((TransactionType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 /// <summary>
 /// <para>
 /// 
 ///            Users may insert, update, or delete catalogue entries. If the 
 ///            verboseResponse attribute has the value "true", then one or more 
 ///            csw:InsertResult elements must be included in the response.
 ///         
 /// </para>
 /// </summary>
 public Transaction(TransactionType content)
 {
     SetInnerType(content);
 }