/// <summary>
        /// Create a new NegotiationPhase object.
        /// </summary>
        /// <param name="negotiationPhaseID">Initial value of the NegotiationPhaseID property.</param>
        /// <param name="negotiationPhaseName">Initial value of the NegotiationPhaseName property.</param>
        public static NegotiationPhase CreateNegotiationPhase(global::System.Guid negotiationPhaseID, global::System.String negotiationPhaseName)
        {
            NegotiationPhase negotiationPhase = new NegotiationPhase();

            negotiationPhase.NegotiationPhaseID   = negotiationPhaseID;
            negotiationPhase.NegotiationPhaseName = negotiationPhaseName;
            return(negotiationPhase);
        }
Beispiel #2
0
 private bool FilterNegotiationPhase(NegotiationPhase entity)
 {
     return(entity.NegotiationPhaseID == this.NegotiationPhaseID);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the NegotiationPhases EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNegotiationPhases(NegotiationPhase negotiationPhase)
 {
     base.AddObject("NegotiationPhases", negotiationPhase);
 }