Example #1
0
 private void SetInnerType(RecordType ContentField)
 {
     this.ContentField=((RecordType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Example #2
0
 /// <summary>
 /// <para>
 /// 
 ///            This type extends DCMIRecordType to add ows:BoundingBox;
 ///            it may be used to specify a spatial envelope for the
 ///            catalogued resource.
 ///         
 /// </para>
 /// </summary>
 public Record(RecordType content) :
     base(true)
 {
     SetInnerType(content);
 }