/// <summary> /// Creare un nuovo oggetto Tither. /// </summary> /// <param name="titherId">Valore iniziale della proprietà TitherId.</param> /// <param name="lastName">Valore iniziale della proprietà LastName.</param> /// <param name="firstName">Valore iniziale della proprietà FirstName.</param> /// <param name="dateJoined">Valore iniziale della proprietà DateJoined.</param> public static Tither CreateTither(global::System.Int32 titherId, global::System.String lastName, global::System.String firstName, global::System.DateTime dateJoined) { Tither tither = new Tither(); tither.TitherId = titherId; tither.LastName = lastName; tither.FirstName = firstName; tither.DateJoined = dateJoined; return(tither); }
/// <summary> /// Creare un nuovo oggetto Tither. /// </summary> /// <param name="titherId">Valore iniziale della proprietà TitherId.</param> /// <param name="lastName">Valore iniziale della proprietà LastName.</param> /// <param name="firstName">Valore iniziale della proprietà FirstName.</param> /// <param name="dateJoined">Valore iniziale della proprietà DateJoined.</param> public static Tither CreateTither(global::System.Int32 titherId, global::System.String lastName, global::System.String firstName, global::System.DateTime dateJoined) { Tither tither = new Tither(); tither.TitherId = titherId; tither.LastName = lastName; tither.FirstName = firstName; tither.DateJoined = dateJoined; return tither; }
/// <summary> /// Metodo deprecato per l'aggiunta di un nuovo oggetto all'elemento EntitySet Tithers. Utilizzare il metodo .Add della proprietà associata ObjectSet<T>. /// </summary> public void AddToTithers(Tither tither) { base.AddObject("Tithers", tither); }