/// <summary> /// Deprecated Method for adding a new object to the LicenseFiles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLicenseFiles(LicenseFile licenseFile) { base.AddObject("LicenseFiles", licenseFile); }
/// <summary> /// Create a new LicenseFile object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="profile">Initial value of the Profile property.</param> /// <param name="licenseType">Initial value of the LicenseType property.</param> public static LicenseFile CreateLicenseFile(global::System.Guid id, global::System.String profile, global::System.String licenseType) { LicenseFile licenseFile = new LicenseFile(); licenseFile.Id = id; licenseFile.Profile = profile; licenseFile.LicenseType = licenseType; return licenseFile; }