/// <summary> /// Create a new DefinicoesSapiens object. /// </summary> /// <param name="cODCLI">Initial value of the CODCLI property.</param> /// <param name="cODEMP">Initial value of the CODEMP property.</param> /// <param name="cODFIL">Initial value of the CODFIL property.</param> /// <param name="cATCLI">Initial value of the CATCLI property.</param> /// <param name="cRIRAT">Initial value of the CRIRAT property.</param> /// <param name="eXILCP">Initial value of the EXILCP property.</param> public static DefinicoesSapiens CreateDefinicoesSapiens(global::System.Int32 cODCLI, global::System.Int16 cODEMP, global::System.Int16 cODFIL, global::System.Int16 cATCLI, global::System.Int16 cRIRAT, global::System.String eXILCP) { DefinicoesSapiens definicoesSapiens = new DefinicoesSapiens(); definicoesSapiens.CODCLI = cODCLI; definicoesSapiens.CODEMP = cODEMP; definicoesSapiens.CODFIL = cODFIL; definicoesSapiens.CATCLI = cATCLI; definicoesSapiens.CRIRAT = cRIRAT; definicoesSapiens.EXILCP = eXILCP; return definicoesSapiens; }
/// <summary> /// Deprecated Method for adding a new object to the E085HCL EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToE085HCL(DefinicoesSapiens definicoesSapiens) { base.AddObject("E085HCL", definicoesSapiens); }