/// <summary> /// Create a new camisetas object. /// </summary> /// <param name="designId">Initial value of the DesignId property.</param> /// <param name="titulo">Initial value of the Titulo property.</param> /// <param name="qtdFotosCatalogo">Initial value of the QtdFotosCatalogo property.</param> /// <param name="camisetaId">Initial value of the CamisetaId property.</param> /// <param name="dataIns">Initial value of the DataIns property.</param> /// <param name="ativo">Initial value of the Ativo property.</param> /// <param name="comissao">Initial value of the Comissao property.</param> /// <param name="ordem">Initial value of the Ordem property.</param> /// <param name="destaqueHome">Initial value of the DestaqueHome property.</param> /// <param name="desconto">Initial value of the Desconto property.</param> /// <param name="ofertaCompreJunto">Initial value of the OfertaCompreJunto property.</param> /// <param name="descontoPadraoCompreJunto">Initial value of the DescontoPadraoCompreJunto property.</param> /// <param name="rankingPopularidade">Initial value of the RankingPopularidade property.</param> public static camisetas Createcamisetas(global::System.Int32 designId, global::System.String titulo, global::System.Byte qtdFotosCatalogo, global::System.Int32 camisetaId, global::System.DateTime dataIns, global::System.Byte ativo, global::System.Decimal comissao, global::System.Int32 ordem, global::System.Int32 destaqueHome, global::System.Decimal desconto, global::System.Byte ofertaCompreJunto, global::System.Decimal descontoPadraoCompreJunto, global::System.Int32 rankingPopularidade) { camisetas camisetas = new camisetas(); camisetas.DesignId = designId; camisetas.Titulo = titulo; camisetas.QtdFotosCatalogo = qtdFotosCatalogo; camisetas.CamisetaId = camisetaId; camisetas.DataIns = dataIns; camisetas.Ativo = ativo; camisetas.Comissao = comissao; camisetas.Ordem = ordem; camisetas.DestaqueHome = destaqueHome; camisetas.Desconto = desconto; camisetas.OfertaCompreJunto = ofertaCompreJunto; camisetas.DescontoPadraoCompreJunto = descontoPadraoCompreJunto; camisetas.RankingPopularidade = rankingPopularidade; return camisetas; }
/// <summary> /// Deprecated Method for adding a new object to the camisetas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocamisetas(camisetas camisetas) { base.AddObject("camisetas", camisetas); }