예제 #1
0
 /// <summary>
 /// Create a new ClientInSite object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="transDate">Initial value of the TransDate property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static ClientInSite CreateClientInSite(global::System.Int64 id, global::System.DateTime transDate, global::System.Int32 isDeleted)
 {
     ClientInSite clientInSite = new ClientInSite();
     clientInSite.ID = id;
     clientInSite.TransDate = transDate;
     clientInSite.IsDeleted = isDeleted;
     return clientInSite;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ClientInSites EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientInSites(ClientInSite clientInSite)
 {
     base.AddObject("ClientInSites", clientInSite);
 }