Exemple #1
0
 private void SetInnerType(DCMIRecordType ContentField)
 {
     this.ContentField=((DCMIRecordType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Exemple #2
0
 /// <summary>
 /// <para>
 /// 
 ///            This type encapsulates all of the standard DCMI metadata terms,
 ///            including the Dublin Core refinements; these terms may be mapped
 ///            to the profile-specific information model.
 ///         
 /// </para>
 /// </summary>
 public DCMIRecord(DCMIRecordType content) :
     base(true)
 {
     SetInnerType(content);
 }