コード例 #1
0
        /// <summary>
        /// Create a new vwFormularios object.
        /// </summary>
        /// <param name="xNome">Initial value of the xNome property.</param>
        /// <param name="xID">Initial value of the xID property.</param>
        /// <param name="xName">Initial value of the xName property.</param>
        /// <param name="xType">Initial value of the xType property.</param>
        /// <param name="stSingleton">Initial value of the stSingleton property.</param>
        /// <param name="xScope">Initial value of the xScope property.</param>
        /// <param name="stAtivo">Initial value of the stAtivo property.</param>
        public static vwFormularios CreatevwFormularios(global::System.String xNome, global::System.String xID, global::System.String xName, global::System.String xType, global::System.Boolean stSingleton, global::System.String xScope, global::System.Boolean stAtivo)
        {
            vwFormularios vwFormularios = new vwFormularios();

            vwFormularios.xNome       = xNome;
            vwFormularios.xID         = xID;
            vwFormularios.xName       = xName;
            vwFormularios.xType       = xType;
            vwFormularios.stSingleton = stSingleton;
            vwFormularios.xScope      = xScope;
            vwFormularios.stAtivo     = stAtivo;
            return(vwFormularios);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vwFormularios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwFormularios(vwFormularios vwFormularios)
 {
     base.AddObject("vwFormularios", vwFormularios);
 }
コード例 #3
0
 /// <summary>
 /// Create a new vwFormularios object.
 /// </summary>
 /// <param name="xNome">Initial value of the xNome property.</param>
 /// <param name="xID">Initial value of the xID property.</param>
 /// <param name="xName">Initial value of the xName property.</param>
 /// <param name="xType">Initial value of the xType property.</param>
 /// <param name="stSingleton">Initial value of the stSingleton property.</param>
 /// <param name="xScope">Initial value of the xScope property.</param>
 /// <param name="stAtivo">Initial value of the stAtivo property.</param>
 public static vwFormularios CreatevwFormularios(global::System.String xNome, global::System.String xID, global::System.String xName, global::System.String xType, global::System.Boolean stSingleton, global::System.String xScope, global::System.Boolean stAtivo)
 {
     vwFormularios vwFormularios = new vwFormularios();
     vwFormularios.xNome = xNome;
     vwFormularios.xID = xID;
     vwFormularios.xName = xName;
     vwFormularios.xType = xType;
     vwFormularios.stSingleton = stSingleton;
     vwFormularios.xScope = xScope;
     vwFormularios.stAtivo = stAtivo;
     return vwFormularios;
 }
コード例 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vwFormularios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwFormularios(vwFormularios vwFormularios)
 {
     base.AddObject("vwFormularios", vwFormularios);
 }