Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ChatSettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChatSettings(ChatSettings chatSettings)
 {
     base.AddObject("ChatSettings", chatSettings);
 }
Ejemplo n.º 2
0
 /// <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;
 }