The IListingResolver interface is the base interface for the workflow that should take place when a Listing officially ends.
Namespace:
RainWorx.FrameWorx.Providers.ListingAssembly: RainWorx.FrameWorx.Providers.Listing (in RainWorx.FrameWorx.Providers.Listing.dll) Version: 3.5
Syntax
C#
public interface IListingResolver
The IListingResolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ResolveListing |
Resolves the Listing when it's ending and creates the necessary LineItems for eventual association with a sales Invoice.
|
Remarks
See Also