Example #1
0
 private void SetInnerType(CrossSectionalDataType ContentField) {
     this.ContentField = ((CrossSectionalDataType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 /// <summary>
 /// <para>
 /// CrossSectionalDataType defines the contents of a CrossSectionalData message.
 /// </para>
 /// </summary>
 public CrossSectionalData(CrossSectionalDataType content) {
     SetInnerType(content);
 }