Ejemplo n.º 1
0
 private void SetInnerType(SectionType ContentField) {
     this.ContentField = ((SectionType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// <para>
 /// SectionType acts as a structural base, which is extended through the addition of attributes to reflect the particular needs of a specific key family using the xs:extends element.
 /// </para>
 /// </summary>
 public Section(SectionType content) {
     SetInnerType(content);
 }