/// <summary> /// Create a new InterfazKalendarNonBillable object. /// </summary> /// <param name="idHoraTipo">Initial value of the IdHoraTipo property.</param> /// <param name="siglaHoraTipo">Initial value of the SiglaHoraTipo property.</param> /// <param name="idHoraSector">Initial value of the IdHoraSector property.</param> public static InterfazKalendarNonBillable CreateInterfazKalendarNonBillable(global::System.Int32 idHoraTipo, global::System.String siglaHoraTipo, global::System.Int32 idHoraSector) { InterfazKalendarNonBillable interfazKalendarNonBillable = new InterfazKalendarNonBillable(); interfazKalendarNonBillable.IdHoraTipo = idHoraTipo; interfazKalendarNonBillable.SiglaHoraTipo = siglaHoraTipo; interfazKalendarNonBillable.IdHoraSector = idHoraSector; return interfazKalendarNonBillable; }
/// <summary> /// Deprecated Method for adding a new object to the InterfazKalendarNonBillable EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToInterfazKalendarNonBillable(InterfazKalendarNonBillable interfazKalendarNonBillable) { base.AddObject("InterfazKalendarNonBillable", interfazKalendarNonBillable); }