Exemplo n.º 1
0
 /// <summary>
 /// Create a new ecommrc_StoreDomains object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="domainName">Initial value of the DomainName property.</param>
 public static ecommrc_StoreDomains Createecommrc_StoreDomains(global::System.Int64 id, global::System.Int64 storeId, global::System.String domainName)
 {
     ecommrc_StoreDomains ecommrc_StoreDomains = new ecommrc_StoreDomains();
     ecommrc_StoreDomains.Id = id;
     ecommrc_StoreDomains.StoreId = storeId;
     ecommrc_StoreDomains.DomainName = domainName;
     return ecommrc_StoreDomains;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ecommrc_StoreDomains EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToecommrc_StoreDomains(ecommrc_StoreDomains ecommrc_StoreDomains)
 {
     base.AddObject("ecommrc_StoreDomains", ecommrc_StoreDomains);
 }