예제 #1
0
        /// <summary>
        /// Create a new DTCMap object.
        /// </summary>
        /// <param name="dTCMapId">Initial value of the DTCMapId property.</param>
        /// <param name="dTC">Initial value of the DTC property.</param>
        /// <param name="legalEntity">Initial value of the LegalEntity property.</param>
        public static DTCMap CreateDTCMap(global::System.Int32 dTCMapId, global::System.String dTC, global::System.String legalEntity)
        {
            DTCMap dTCMap = new DTCMap();

            dTCMap.DTCMapId    = dTCMapId;
            dTCMap.DTC         = dTC;
            dTCMap.LegalEntity = legalEntity;
            return(dTCMap);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DTCMaps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDTCMaps(DTCMap dTCMap)
 {
     base.AddObject("DTCMaps", dTCMap);
 }