/// <summary> /// Constructor that accepts values for all mandatory fields /// </summary> ///<param name="value">Gets or sets the content value of the &lt;MultipleIntelligence&gt; element</param> /// public MultipleIntelligence( MultipleIntelligenceType value ) : base(DatamodelDTD.MULTIPLEINTELLIGENCE) { this.SetValue( value ); }
/// <summary> /// Sets the value of the <c><Value></c> element. /// </summary> /// <param name="val">A MultipleIntelligenceType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this of the content as: "Gets or sets the content value of the &lt;MultipleIntelligence&gt; element"</para> /// <para>Version: 2.5</para> /// <para>Since: 2.2</para> /// </remarks> public void SetValue( MultipleIntelligenceType val ) { SetField( DatamodelDTD.MULTIPLEINTELLIGENCE, val ); }