コード例 #1
0
ファイル: Sapiens.Designer.cs プロジェクト: gilmartmd/sicadv3
 /// <summary>
 /// Deprecated Method for adding a new object to the E090REP EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE090REP(Representante representante)
 {
     base.AddObject("E090REP", representante);
 }
コード例 #2
0
ファイル: Sapiens.Designer.cs プロジェクト: gilmartmd/sicadv3
 /// <summary>
 /// Create a new Representante object.
 /// </summary>
 /// <param name="cODREP">Initial value of the CODREP property.</param>
 /// <param name="nOMREP">Initial value of the NOMREP property.</param>
 /// <param name="aPEREP">Initial value of the APEREP property.</param>
 /// <param name="tIPREP">Initial value of the TIPREP property.</param>
 /// <param name="eNDREP">Initial value of the ENDREP property.</param>
 /// <param name="sITREP">Initial value of the SITREP property.</param>
 public static Representante CreateRepresentante(global::System.Int32 cODREP, global::System.String nOMREP, global::System.String aPEREP, global::System.String tIPREP, global::System.String eNDREP, global::System.String sITREP)
 {
     Representante representante = new Representante();
     representante.CODREP = cODREP;
     representante.NOMREP = nOMREP;
     representante.APEREP = aPEREP;
     representante.TIPREP = tIPREP;
     representante.ENDREP = eNDREP;
     representante.SITREP = sITREP;
     return representante;
 }