/// <summary>
        /// Creare un nuovo oggetto TitheLog.
        /// </summary>
        /// <param name="titheLogId">Valore iniziale della proprietà TitheLogId.</param>
        /// <param name="titheDate">Valore iniziale della proprietà TitheDate.</param>
        /// <param name="dateEntered">Valore iniziale della proprietà DateEntered.</param>
        /// <param name="titheAmount">Valore iniziale della proprietà TitheAmount.</param>
        public static TitheLog CreateTitheLog(global::System.Int64 titheLogId, global::System.DateTime titheDate, global::System.DateTime dateEntered, global::System.Decimal titheAmount)
        {
            TitheLog titheLog = new TitheLog();

            titheLog.TitheLogId  = titheLogId;
            titheLog.TitheDate   = titheDate;
            titheLog.DateEntered = dateEntered;
            titheLog.TitheAmount = titheAmount;
            return(titheLog);
        }
 /// <summary>
 /// Creare un nuovo oggetto TitheLog.
 /// </summary>
 /// <param name="titheLogId">Valore iniziale della proprietà TitheLogId.</param>
 /// <param name="titheDate">Valore iniziale della proprietà TitheDate.</param>
 /// <param name="dateEntered">Valore iniziale della proprietà DateEntered.</param>
 /// <param name="titheAmount">Valore iniziale della proprietà TitheAmount.</param>
 public static TitheLog CreateTitheLog(global::System.Int64 titheLogId, global::System.DateTime titheDate, global::System.DateTime dateEntered, global::System.Decimal titheAmount)
 {
     TitheLog titheLog = new TitheLog();
     titheLog.TitheLogId = titheLogId;
     titheLog.TitheDate = titheDate;
     titheLog.DateEntered = dateEntered;
     titheLog.TitheAmount = titheAmount;
     return titheLog;
 }
 /// <summary>
 /// Metodo deprecato per l'aggiunta di un nuovo oggetto all'elemento EntitySet TitheLogs. Utilizzare il metodo .Add della proprietà associata ObjectSet&lt;T&gt;.
 /// </summary>
 public void AddToTitheLogs(TitheLog titheLog)
 {
     base.AddObject("TitheLogs", titheLog);
 }
 /// <summary>
 /// Metodo deprecato per l'aggiunta di un nuovo oggetto all'elemento EntitySet TitheLogs. Utilizzare il metodo .Add della proprietà associata ObjectSet&lt;T&gt;.
 /// </summary>
 public void AddToTitheLogs(TitheLog titheLog)
 {
     base.AddObject("TitheLogs", titheLog);
 }