Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MdaCountries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMdaCountries(MdaCountry mdaCountry)
 {
     base.AddObject("MdaCountries", mdaCountry);
 }
Exemple #2
0
 /// <summary>
 /// Create a new MdaCountry object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="guid">Initial value of the Guid property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdAt">Initial value of the CreatedAt property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static MdaCountry CreateMdaCountry(global::System.Int32 id, global::System.Guid guid, global::System.String createdBy, global::System.DateTime createdAt, global::System.Boolean isActive, global::System.Byte[] timestamp)
 {
     MdaCountry mdaCountry = new MdaCountry();
     mdaCountry.ID = id;
     mdaCountry.Guid = guid;
     mdaCountry.CreatedBy = createdBy;
     mdaCountry.CreatedAt = createdAt;
     mdaCountry.IsActive = isActive;
     mdaCountry.Timestamp = timestamp;
     return mdaCountry;
 }