Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Clients EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClients(Client client)
 {
     base.AddObject("Clients", client);
 }
Пример #2
0
 /// <summary>
 /// Create a new Client object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="state">Initial value of the State property.</param>
 public static Client CreateClient(global::System.Int32 id, global::System.Int32 state)
 {
     Client client = new Client();
     client.Id = id;
     client.State = state;
     return client;
 }