/// <summary> /// Deprecated Method for adding a new object to the ChatSettings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToChatSettings(ChatSettings chatSettings) { base.AddObject("ChatSettings", chatSettings); }
/// <summary> /// Create a new ChatSettings object. /// </summary> /// <param name="cs_key">Initial value of the cs_key property.</param> /// <param name="cs_value">Initial value of the cs_value property.</param> public static ChatSettings CreateChatSettings(global::System.String cs_key, global::System.String cs_value) { ChatSettings chatSettings = new ChatSettings(); chatSettings.cs_key = cs_key; chatSettings.cs_value = cs_value; return chatSettings; }