/// <summary> /// Create a new AbsoluteLocation object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="vertex_ID">Initial value of the Vertex_ID property.</param> public static AbsoluteLocation CreateAbsoluteLocation(global::System.Int32 id, global::System.Int32 vertex_ID) { AbsoluteLocation absoluteLocation = new AbsoluteLocation(); absoluteLocation.ID = id; absoluteLocation.Vertex_ID = vertex_ID; return absoluteLocation; }
/// <summary> /// Deprecated Method for adding a new object to the AbsoluteLocations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAbsoluteLocations(AbsoluteLocation absoluteLocation) { base.AddObject("AbsoluteLocations", absoluteLocation); }