Namespace:
RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Syntax
C#
void SetExpiredOffers( string actingUserName, DateTime dateTime, out Dictionary<int, string> expiredOffers, out Dictionary<int, string> expiredCounteroffers )
Parameters
- actingUserName
- Type: SystemString
- dateTime
- Type: SystemDateTime
- expiredOffers
- Type: System.Collections.GenericDictionaryInt32, String
- expiredCounteroffers
- Type: System.Collections.GenericDictionaryInt32, String
See Also