/// <summary> /// Create a new ceps_cobertura object. /// </summary> /// <param name="coberturaId">Initial value of the CoberturaId property.</param> /// <param name="freteId">Initial value of the FreteId property.</param> /// <param name="faixaInicio">Initial value of the FaixaInicio property.</param> /// <param name="faixaFim">Initial value of the FaixaFim property.</param> /// <param name="prazo">Initial value of the Prazo property.</param> /// <param name="prazoDescricao">Initial value of the PrazoDescricao property.</param> /// <param name="prazoExato">Initial value of the PrazoExato property.</param> public static ceps_cobertura Createceps_cobertura(global::System.Int32 coberturaId, global::System.Int32 freteId, global::System.String faixaInicio, global::System.String faixaFim, global::System.Byte prazo, global::System.String prazoDescricao, global::System.Byte prazoExato) { ceps_cobertura ceps_cobertura = new ceps_cobertura(); ceps_cobertura.CoberturaId = coberturaId; ceps_cobertura.FreteId = freteId; ceps_cobertura.FaixaInicio = faixaInicio; ceps_cobertura.FaixaFim = faixaFim; ceps_cobertura.Prazo = prazo; ceps_cobertura.PrazoDescricao = prazoDescricao; ceps_cobertura.PrazoExato = prazoExato; return ceps_cobertura; }
/// <summary> /// Deprecated Method for adding a new object to the ceps_cobertura EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToceps_cobertura(ceps_cobertura ceps_cobertura) { base.AddObject("ceps_cobertura", ceps_cobertura); }