Exemple #1
0
 private void SetInnerType(Multiplicity_Type ContentField)
 {
     this.ContentField=((Multiplicity_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemple #2
0
 /// <summary>
 /// <para>
 /// Use to represent the possible cardinality of a relation. Represented by a set of simple multiplicity ranges.
 /// </para>
 /// </summary>
 public Multiplicity(Multiplicity_Type content)
 {
     SetInnerType(content);
 }