/// <summary> /// Create a new BuildVersion object. /// </summary> /// <param name="systemInformationID">Initial value of the SystemInformationID property.</param> /// <param name="database_Version">Initial value of the Database_Version property.</param> /// <param name="versionDate">Initial value of the VersionDate property.</param> /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param> public static BuildVersion CreateBuildVersion(global::System.Byte systemInformationID, global::System.String database_Version, global::System.DateTime versionDate, global::System.DateTime modifiedDate) { BuildVersion buildVersion = new BuildVersion(); buildVersion.SystemInformationID = systemInformationID; buildVersion.Database_Version = database_Version; buildVersion.VersionDate = versionDate; buildVersion.ModifiedDate = modifiedDate; return buildVersion; }
/// <summary> /// Deprecated Method for adding a new object to the BuildVersions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBuildVersions(BuildVersion buildVersion) { base.AddObject("BuildVersions", buildVersion); }