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 UpdateInvoiceProperties( string actingUserName, int invoiceID, Dictionary<string, string> properties )
Parameters
- actingUserName
- Type: SystemString
- invoiceID
- Type: SystemInt32
- properties
- Type: System.Collections.GenericDictionaryString, String
See Also