/// <summary> /// Deprecated Method for adding a new object to the InspectorMasters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToInspectorMasters(InspectorMaster inspectorMaster) { base.AddObject("InspectorMasters", inspectorMaster); }
/// <summary> /// Create a new InspectorMaster object. /// </summary> /// <param name="inspectorId">Initial value of the InspectorId property.</param> public static InspectorMaster CreateInspectorMaster(global::System.Int32 inspectorId) { InspectorMaster inspectorMaster = new InspectorMaster(); inspectorMaster.InspectorId = inspectorId; return inspectorMaster; }