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