Exemplo n.º 1
0
        /// <summary>
        /// Create a new mvps object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="firstName">Initial value of the FirstName property.</param>
        /// <param name="lastName">Initial value of the LastName property.</param>
        /// <param name="slug">Initial value of the Slug property.</param>
        public static mvps Createmvps(global::System.Int32 id, global::System.String firstName, global::System.String lastName, global::System.String slug)
        {
            mvps mvps = new mvps();

            mvps.Id        = id;
            mvps.FirstName = firstName;
            mvps.LastName  = lastName;
            mvps.Slug      = slug;
            return(mvps);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new mvps object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="firstName">Initial value of the FirstName property.</param>
 /// <param name="lastName">Initial value of the LastName property.</param>
 /// <param name="slug">Initial value of the Slug property.</param>
 public static mvps Createmvps(global::System.Int32 id, global::System.String firstName, global::System.String lastName, global::System.String slug)
 {
     mvps mvps = new mvps();
     mvps.Id = id;
     mvps.FirstName = firstName;
     mvps.LastName = lastName;
     mvps.Slug = slug;
     return mvps;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the mvps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomvps(mvps mvps)
 {
     base.AddObject("mvps", mvps);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the mvps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomvps(mvps mvps)
 {
     base.AddObject("mvps", mvps);
 }