Exemplo n.º 1
0
 /// <summary>
 /// Create a new ConsumerInProperty object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static ConsumerInProperty CreateConsumerInProperty(global::System.Int64 id, global::System.Int32 isDeleted)
 {
     ConsumerInProperty consumerInProperty = new ConsumerInProperty();
     consumerInProperty.ID = id;
     consumerInProperty.IsDeleted = isDeleted;
     return consumerInProperty;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ConsumerInProperties EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConsumerInProperties(ConsumerInProperty consumerInProperty)
 {
     base.AddObject("ConsumerInProperties", consumerInProperty);
 }