Esempio n. 1
0
 private void SetInnerType(MultiplicityRange_Type ContentField)
 {
     this.ContentField=((MultiplicityRange_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Esempio n. 2
0
 /// <summary>
 /// <para>
 /// A component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.
 /// </para>
 /// </summary>
 public MultiplicityRange(MultiplicityRange_Type content)
 {
     SetInnerType(content);
 }