Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MaintCheckStep EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMaintCheckStep(MaintCheckStep maintCheckStep)
 {
     base.AddObject("MaintCheckStep", maintCheckStep);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new MaintCheckStep object.
 /// </summary>
 /// <param name="maintCheckStepId">Initial value of the MaintCheckStepId property.</param>
 /// <param name="maintCheckId">Initial value of the MaintCheckId property.</param>
 /// <param name="stepDescription">Initial value of the StepDescription property.</param>
 /// <param name="deprecated">Initial value of the Deprecated property.</param>
 public static MaintCheckStep CreateMaintCheckStep(global::System.Int32 maintCheckStepId, global::System.Int32 maintCheckId, global::System.String stepDescription, global::System.Boolean deprecated)
 {
     MaintCheckStep maintCheckStep = new MaintCheckStep();
     maintCheckStep.MaintCheckStepId = maintCheckStepId;
     maintCheckStep.MaintCheckId = maintCheckId;
     maintCheckStep.StepDescription = stepDescription;
     maintCheckStep.Deprecated = deprecated;
     return maintCheckStep;
 }