/// <summary>
 /// 创建新的 sns_vote_config 对象。
 /// </summary>
 /// <param name="value">value 属性的初始值。</param>
 public static sns_vote_config Createsns_vote_config(global::System.String value)
 {
     sns_vote_config sns_vote_config = new sns_vote_config();
     sns_vote_config.value = value;
     return sns_vote_config;
 }
 /// <summary>
 /// 用于向 sns_vote_config EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTosns_vote_config(sns_vote_config sns_vote_config)
 {
     base.AddObject("sns_vote_config", sns_vote_config);
 }