/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the annotations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToannotations(annotation annotation) { base.AddObject("annotations", annotation); }