Пример #1
0
        /// <summary>
        /// Create a new Formularios object.
        /// </summary>
        /// <param name="idFormulario">Initial value of the idFormulario property.</param>
        /// <param name="xID">Initial value of the xID property.</param>
        /// <param name="xName">Initial value of the xName property.</param>
        /// <param name="stSingleton">Initial value of the stSingleton property.</param>
        /// <param name="xScope">Initial value of the xScope property.</param>
        /// <param name="xType">Initial value of the xType property.</param>
        /// <param name="stAtivo">Initial value of the stAtivo property.</param>
        public static Formularios CreateFormularios(global::System.Int32 idFormulario, global::System.String xID, global::System.String xName, global::System.Boolean stSingleton, global::System.String xScope, global::System.String xType, global::System.Boolean stAtivo)
        {
            Formularios formularios = new Formularios();

            formularios.idFormulario = idFormulario;
            formularios.xID          = xID;
            formularios.xName        = xName;
            formularios.stSingleton  = stSingleton;
            formularios.xScope       = xScope;
            formularios.xType        = xType;
            formularios.stAtivo      = stAtivo;
            return(formularios);
        }
Пример #2
0
 /// <summary>
 /// Create a new Formularios object.
 /// </summary>
 /// <param name="idFormulario">Initial value of the idFormulario property.</param>
 /// <param name="xID">Initial value of the xID property.</param>
 /// <param name="xName">Initial value of the xName property.</param>
 /// <param name="stSingleton">Initial value of the stSingleton property.</param>
 /// <param name="xScope">Initial value of the xScope property.</param>
 /// <param name="xType">Initial value of the xType property.</param>
 /// <param name="stAtivo">Initial value of the stAtivo property.</param>
 public static Formularios CreateFormularios(global::System.Int32 idFormulario, global::System.String xID, global::System.String xName, global::System.Boolean stSingleton, global::System.String xScope, global::System.String xType, global::System.Boolean stAtivo)
 {
     Formularios formularios = new Formularios();
     formularios.idFormulario = idFormulario;
     formularios.xID = xID;
     formularios.xName = xName;
     formularios.stSingleton = stSingleton;
     formularios.xScope = xScope;
     formularios.xType = xType;
     formularios.stAtivo = stAtivo;
     return formularios;
 }
Пример #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Formularios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFormularios(Formularios formularios)
 {
     base.AddObject("Formularios", formularios);
 }
Пример #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Formularios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFormularios(Formularios formularios)
 {
     base.AddObject("Formularios", formularios);
 }