Ejemplo n.º 1
0
 /// <summary>
 /// Create a new HR_Company object.
 /// </summary>
 /// <param name="companyID">Initial value of the CompanyID property.</param>
 /// <param name="companyName">Initial value of the CompanyName property.</param>
 /// <param name="organizationCode">Initial value of the OrganizationCode property.</param>
 /// <param name="websiteUrl">Initial value of the WebsiteUrl property.</param>
 /// <param name="organizationLogo">Initial value of the OrganizationLogo property.</param>
 /// <param name="registeredEmailAddress">Initial value of the RegisteredEmailAddress property.</param>
 /// <param name="companyDescription">Initial value of the CompanyDescription property.</param>
 public static HR_Company CreateHR_Company(global::System.Int64 companyID, global::System.String companyName, global::System.String organizationCode, global::System.String websiteUrl, global::System.String organizationLogo, global::System.String registeredEmailAddress, global::System.String companyDescription)
 {
     HR_Company hR_Company = new HR_Company();
     hR_Company.CompanyID = companyID;
     hR_Company.CompanyName = companyName;
     hR_Company.OrganizationCode = organizationCode;
     hR_Company.WebsiteUrl = websiteUrl;
     hR_Company.OrganizationLogo = organizationLogo;
     hR_Company.RegisteredEmailAddress = registeredEmailAddress;
     hR_Company.CompanyDescription = companyDescription;
     return hR_Company;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Company EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Company(HR_Company hR_Company)
 {
     base.AddObject("HR_Company", hR_Company);
 }