示例#1
0
        /// <summary>
        /// Create a new vMedlemLog object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="parent">Initial value of the parent property.</param>
        public static vMedlemLog CreatevMedlemLog(global::System.Int32 id, global::System.Int32 parent)
        {
            vMedlemLog vMedlemLog = new vMedlemLog();

            vMedlemLog.id     = id;
            vMedlemLog.parent = parent;
            return(vMedlemLog);
        }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vMedlemLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovMedlemLogs(vMedlemLog vMedlemLog)
 {
     base.AddObject("vMedlemLogs", vMedlemLog);
 }