/// <summary> /// Create a new Componente object. /// </summary> /// <param name="cODCCL">Initial value of the CODCCL property.</param> /// <param name="cODCCC">Initial value of the CODCCC property.</param> /// <param name="dESCCC">Initial value of the DESCCC property.</param> public static Componente CreateComponente(global::System.String cODCCL, global::System.Int16 cODCCC, global::System.String dESCCC) { Componente componente = new Componente(); componente.CODCCL = cODCCL; componente.CODCCC = cODCCC; componente.DESCCC = dESCCC; return componente; }
/// <summary> /// Deprecated Method for adding a new object to the E014CCC EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToE014CCC(Componente componente) { base.AddObject("E014CCC", componente); }