示例#1
0
 private void SetInnerType(BriefRecordType ContentField)
 {
     this.ContentField=((BriefRecordType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
示例#2
0
 /// <summary>
 /// <para>
 /// 
 ///            This type defines a brief representation of the common record
 ///            format.  It extends AbstractRecordType to include only the
 ///             dc:identifier and dc:type properties.
 ///         
 /// </para>
 /// </summary>
 public BriefRecord(BriefRecordType content) :
     base(true)
 {
     SetInnerType(content);
 }