Example #1
0
        /// <summary>
        /// Create a new movimentacaoEstoque object.
        /// </summary>
        /// <param name="idMovMat">Initial value of the idMovMat property.</param>
        /// <param name="strDesMov">Initial value of the strDesMov property.</param>
        /// <param name="dtmDatMov">Initial value of the dtmDatMov property.</param>
        /// <param name="strQtdMov">Initial value of the strQtdMov property.</param>
        /// <param name="idMaterial">Initial value of the idMaterial property.</param>
        public static movimentacaoEstoque CreatemovimentacaoEstoque(global::System.Int32 idMovMat, global::System.String strDesMov, global::System.DateTime dtmDatMov, global::System.String strQtdMov, global::System.Int32 idMaterial)
        {
            movimentacaoEstoque movimentacaoEstoque = new movimentacaoEstoque();

            movimentacaoEstoque.idMovMat   = idMovMat;
            movimentacaoEstoque.strDesMov  = strDesMov;
            movimentacaoEstoque.dtmDatMov  = dtmDatMov;
            movimentacaoEstoque.strQtdMov  = strQtdMov;
            movimentacaoEstoque.idMaterial = idMaterial;
            return(movimentacaoEstoque);
        }
Example #2
0
 /// <summary>
 /// Create a new movimentacaoEstoque object.
 /// </summary>
 /// <param name="idMovMat">Initial value of the idMovMat property.</param>
 /// <param name="strDesMov">Initial value of the strDesMov property.</param>
 /// <param name="dtmDatMov">Initial value of the dtmDatMov property.</param>
 /// <param name="strQtdMov">Initial value of the strQtdMov property.</param>
 /// <param name="idMaterial">Initial value of the idMaterial property.</param>
 public static movimentacaoEstoque CreatemovimentacaoEstoque(global::System.Int32 idMovMat, global::System.String strDesMov, global::System.DateTime dtmDatMov, global::System.String strQtdMov, global::System.Int32 idMaterial)
 {
     movimentacaoEstoque movimentacaoEstoque = new movimentacaoEstoque();
     movimentacaoEstoque.idMovMat = idMovMat;
     movimentacaoEstoque.strDesMov = strDesMov;
     movimentacaoEstoque.dtmDatMov = dtmDatMov;
     movimentacaoEstoque.strQtdMov = strQtdMov;
     movimentacaoEstoque.idMaterial = idMaterial;
     return movimentacaoEstoque;
 }
Example #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the movimentacaoEstoques EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomovimentacaoEstoques(movimentacaoEstoque movimentacaoEstoque)
 {
     base.AddObject("movimentacaoEstoques", movimentacaoEstoque);
 }
Example #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the movimentacaoEstoques EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomovimentacaoEstoques(movimentacaoEstoque movimentacaoEstoque)
 {
     base.AddObject("movimentacaoEstoques", movimentacaoEstoque);
 }