예제 #1
0
 /// <summary>
 /// Create a new annotation object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="editor">Initial value of the editor property.</param>
 public static annotation Createannotation(global::System.Int32 id, global::System.Int32 editor)
 {
     annotation annotation = new annotation();
     annotation.id = id;
     annotation.editor = editor;
     return annotation;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the annotations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToannotations(annotation annotation)
 {
     base.AddObject("annotations", annotation);
 }