Пример #1
0
 private void SetInnerType(SummaryRecordType ContentField)
 {
     this.ContentField=((SummaryRecordType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Пример #2
0
 /// <summary>
 /// <para>
 /// 
 ///            This type defines a summary representation of the common record
 ///            format.  It extends AbstractRecordType to include the core
 ///            properties.
 ///         
 /// </para>
 /// </summary>
 public SummaryRecord(SummaryRecordType content) :
     base(true)
 {
     SetInnerType(content);
 }