/// <summary>
 /// Create a new AWBuildVersion 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 AWBuildVersion CreateAWBuildVersion(global::System.Byte systemInformationID, global::System.String database_Version, global::System.DateTime versionDate, global::System.DateTime modifiedDate)
 {
     AWBuildVersion aWBuildVersion = new AWBuildVersion();
     aWBuildVersion.SystemInformationID = systemInformationID;
     aWBuildVersion.Database_Version = database_Version;
     aWBuildVersion.VersionDate = versionDate;
     aWBuildVersion.ModifiedDate = modifiedDate;
     return aWBuildVersion;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AWBuildVersions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAWBuildVersions(AWBuildVersion aWBuildVersion)
 {
     base.AddObject("AWBuildVersions", aWBuildVersion);
 }