Exemple #1
0
        /// <summary>
        /// Create a new adminlog object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        public static adminlog Createadminlog(global::System.Int64 id)
        {
            adminlog adminlog = new adminlog();

            adminlog.id = id;
            return(adminlog);
        }
 /// <summary>
 /// Create a new adminlog object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static adminlog Createadminlog(global::System.Int64 id)
 {
     adminlog adminlog = new adminlog();
     adminlog.id = id;
     return adminlog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the adminlogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToadminlogs(adminlog adminlog)
 {
     base.AddObject("adminlogs", adminlog);
 }
Exemple #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the adminlogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToadminlogs(adminlog adminlog)
 {
     base.AddObject("adminlogs", adminlog);
 }