/// <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); }
/// <summary> /// Deprecated Method for adding a new object to the DTCMaps EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDTCMaps(DTCMap dTCMap) { base.AddObject("DTCMaps", dTCMap); }