/// <summary> /// Deprecated Method for adding a new object to the MvdExchanges EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMvdExchanges(MvdExchange mvdExchange) { base.AddObject("MvdExchanges", mvdExchange); }
/// <summary> /// Create a new MvdExchange object. /// </summary> /// <param name="guid">Initial value of the Guid property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="ofInterest">Initial value of the OfInterest property.</param> /// <param name="isDeleted">Initial value of the IsDeleted property.</param> /// <param name="nameSpaceGuid">Initial value of the NameSpaceGuid property.</param> public static MvdExchange CreateMvdExchange(global::System.Guid guid, global::System.String title, global::System.Boolean ofInterest, global::System.Boolean isDeleted, global::System.Guid nameSpaceGuid) { MvdExchange mvdExchange = new MvdExchange(); mvdExchange.Guid = guid; mvdExchange.Title = title; mvdExchange.OfInterest = ofInterest; mvdExchange.IsDeleted = isDeleted; mvdExchange.NameSpaceGuid = nameSpaceGuid; return mvdExchange; }