/// <summary> /// Create a new RsvpReadModel object. /// </summary> /// <param name="dinnerId">Initial value of the DinnerId property.</param> /// <param name="attendeeId">Initial value of the AttendeeId property.</param> /// <param name="attendeeName">Initial value of the AttendeeName property.</param> public static RsvpReadModel CreateRsvpReadModel(global::System.Guid dinnerId, global::System.Guid attendeeId, global::System.String attendeeName) { RsvpReadModel rsvpReadModel = new RsvpReadModel(); rsvpReadModel.DinnerId = dinnerId; rsvpReadModel.AttendeeId = attendeeId; rsvpReadModel.AttendeeName = attendeeName; return(rsvpReadModel); }
/// <summary> /// Create a new RsvpReadModel object. /// </summary> /// <param name="dinnerId">Initial value of the DinnerId property.</param> /// <param name="attendeeId">Initial value of the AttendeeId property.</param> /// <param name="attendeeName">Initial value of the AttendeeName property.</param> public static RsvpReadModel CreateRsvpReadModel(global::System.Guid dinnerId, global::System.Guid attendeeId, global::System.String attendeeName) { RsvpReadModel rsvpReadModel = new RsvpReadModel(); rsvpReadModel.DinnerId = dinnerId; rsvpReadModel.AttendeeId = attendeeId; rsvpReadModel.AttendeeName = attendeeName; return rsvpReadModel; }
/// <summary> /// Deprecated Method for adding a new object to the RsvpReadModels EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRsvpReadModels(RsvpReadModel rsvpReadModel) { base.AddObject("RsvpReadModels", rsvpReadModel); }