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