예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Values EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToValues(EavValue eavValue)
 {
     base.AddObject("Values", eavValue);
 }
예제 #2
0
 /// <summary>
 /// Create a new EavValue object.
 /// </summary>
 /// <param name="valueID">Initial value of the ValueID property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 /// <param name="changeLogIDCreated">Initial value of the ChangeLogIDCreated property.</param>
 /// <param name="entityID">Initial value of the EntityID property.</param>
 /// <param name="attributeID">Initial value of the AttributeID property.</param>
 public static EavValue CreateEavValue(global::System.Int32 valueID, global::System.String value, global::System.Int32 changeLogIDCreated, global::System.Int32 entityID, global::System.Int32 attributeID)
 {
     EavValue eavValue = new EavValue();
     eavValue.ValueID = valueID;
     eavValue.Value = value;
     eavValue.ChangeLogIDCreated = changeLogIDCreated;
     eavValue.EntityID = entityID;
     eavValue.AttributeID = attributeID;
     return eavValue;
 }