Пример #1
0
 /// <summary>
 /// Create a new release_annotation object.
 /// </summary>
 /// <param name="release">Initial value of the release property.</param>
 /// <param name="annotation">Initial value of the annotation property.</param>
 public static release_annotation Createrelease_annotation(global::System.Int32 release, global::System.Int32 annotation)
 {
     release_annotation release_annotation = new release_annotation();
     release_annotation.release = release;
     release_annotation.annotation = annotation;
     return release_annotation;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the release_annotation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorelease_annotation(release_annotation release_annotation)
 {
     base.AddObject("release_annotation", release_annotation);
 }