示例#1
0
        /// <summary>
        /// Create a new Configuration_Zone object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="dateAdded">Initial value of the DateAdded property.</param>
        /// <param name="isActive">Initial value of the IsActive property.</param>
        public static Configuration_Zone CreateConfiguration_Zone(global::System.Int32 id, global::System.String name, global::System.DateTime dateAdded, global::System.Boolean isActive)
        {
            Configuration_Zone configuration_Zone = new Configuration_Zone();

            configuration_Zone.Id        = id;
            configuration_Zone.Name      = name;
            configuration_Zone.DateAdded = dateAdded;
            configuration_Zone.IsActive  = isActive;
            return(configuration_Zone);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the Configuration_Zones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConfiguration_Zones(Configuration_Zone configuration_Zone)
 {
     base.AddObject("Configuration_Zones", configuration_Zone);
 }
 /// <summary>
 /// Create a new Configuration_Zone object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="dateAdded">Initial value of the DateAdded property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static Configuration_Zone CreateConfiguration_Zone(global::System.Int32 id, global::System.String name, global::System.DateTime dateAdded, global::System.Boolean isActive)
 {
     Configuration_Zone configuration_Zone = new Configuration_Zone();
     configuration_Zone.Id = id;
     configuration_Zone.Name = name;
     configuration_Zone.DateAdded = dateAdded;
     configuration_Zone.IsActive = isActive;
     return configuration_Zone;
 }
示例#4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Configuration_Zones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConfiguration_Zones(Configuration_Zone configuration_Zone)
 {
     base.AddObject("Configuration_Zones", configuration_Zone);
 }