Exemple #1
0
 private void SetInnerType(AbstractRecordType ContentField)
 {
     this.ContentField=((AbstractRecordType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemple #2
0
 protected virtual void SetSubstitutionMember(AbstractRecordType ContentField)
 {
     this.ContentField=ContentField;
 }
Exemple #3
0
 public AbstractRecord(AbstractRecordType content)
 {
     SetInnerType(content);
 }