/// <summary> /// Create a new ConversationGroup object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="slug">Initial value of the Slug property.</param> /// <param name="sortOrder">Initial value of the SortOrder property.</param> public static ConversationGroup CreateConversationGroup(global::System.Int64 id, global::System.Int64 storeId, global::System.String title, global::System.String slug, global::System.Int32 sortOrder) { ConversationGroup conversationGroup = new ConversationGroup(); conversationGroup.Id = id; conversationGroup.StoreId = storeId; conversationGroup.Title = title; conversationGroup.Slug = slug; conversationGroup.SortOrder = sortOrder; return conversationGroup; }
/// <summary> /// Deprecated Method for adding a new object to the ConversationGroups EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToConversationGroups(ConversationGroup conversationGroup) { base.AddObject("ConversationGroups", conversationGroup); }