Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Builds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBuilds(Build build)
 {
     base.AddObject("Builds", build);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new Build object.
 /// </summary>
 /// <param name="releaseID">Initial value of the ReleaseID property.</param>
 /// <param name="build_von_Subrelease">Initial value of the Build_von_Subrelease property.</param>
 public static Build CreateBuild(global::System.Int32 releaseID, global::System.Int32 build_von_Subrelease)
 {
     Build build = new Build();
     build.ReleaseID = releaseID;
     build.Build_von_Subrelease = build_von_Subrelease;
     return build;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Erstellt ein neues Build-Objekt.
 /// </summary>
 /// <param name="releaseID">Anfangswert der Eigenschaft ReleaseID.</param>
 /// <param name="releaseVonProgramm">Anfangswert der Eigenschaft ReleaseVonProgramm.</param>
 /// <param name="releasedatum">Anfangswert der Eigenschaft Releasedatum.</param>
 /// <param name="releasenummer">Anfangswert der Eigenschaft Releasenummer.</param>
 /// <param name="buildVonSubrelease">Anfangswert der Eigenschaft BuildVonSubrelease.</param>
 public static Build CreateBuild(global::System.Int32 releaseID, global::System.Int32 releaseVonProgramm, global::System.DateTime releasedatum, global::System.Int32 releasenummer, global::System.Int32 buildVonSubrelease)
 {
     Build build = new Build();
     build.ReleaseID = releaseID;
     build.ReleaseVonProgramm = releaseVonProgramm;
     build.Releasedatum = releasedatum;
     build.Releasenummer = releasenummer;
     build.BuildVonSubrelease = buildVonSubrelease;
     return build;
 }