Esempio n. 1
0
 /// <summary>
 /// Create a new Client object.
 /// </summary>
 /// <param name="clientID">Initial value of the ClientID property.</param>
 public static Client CreateClient(global::System.Int64 clientID)
 {
     Client client = new Client();
     client.ClientID = clientID;
     return client;
 }
Esempio n. 2
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);
 }