Provides methods that respond to listing-specific MVC requests
Inheritance Hierarchy
ControllerBase
Controller
RainWorx.FrameWorx.MVC.ControllersAuctionWorxController
RainWorx.FrameWorx.MVC.ControllersListingController
Namespace: RainWorx.FrameWorx.MVC.Controllers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class ListingController : AuctionWorxController
The ListingController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListingController | Initializes a new instance of the ListingController class |
Methods
Name | Description | |
---|---|---|
![]() | AcceptOffer |
processes request to accept the specified offer for the specified listing
|
![]() | Action |
Processes request to submit a listing action (e.g. bid or purchase)
|
![]() | AddWatch |
Processes request to add the specified listing to user's watch list
|
![]() | AnswerQuestion |
processes an AJAX request to answer a public listing question
|
![]() | Audit |
Displays a page of the list of -all- listing actions (i.e. bids or purchases) for the specified listing
|
![]() | Browse |
Displays a page of a list of listings
|
![]() | BrowseCategories |
Redirect helper
|
![]() | BrowseRegions |
Redirect helper
|
![]() | ConfirmAction |
Displays confirmation page for listing action request (e.g. bid or purchase)
|
![]() | ConfirmActionModal |
Displays confirmation page for listing action request as a modal window
|
![]() | ConfirmOfferModal |
validates an offer for the specified listing and displays confirmation page
|
![]() | CreateListingPage1(NullableInt32, String) |
Displays form to enter initial listing details (page 1 of 2)
|
![]() | CreateListingPage1(NullableInt32, NullableInt32, NullableInt32, NullableInt32, String, String, NullableInt32, String) |
Processes request to enter initial listing details (page 1 of 2)
|
![]() | CreateListingPage2(Int32, NullableInt32, NullableInt32, NullableInt32, String, String, String) |
Displays form to enter remaining new listing details (page 2 of 2)
|
![]() | CreateListingPage2(Int32, NullableInt32, NullableInt32, NullableInt32, String, String, String, String) |
Processes request to enter remaining new listing details (page 2 of 2)
|
![]() | CreateTestListing |
create listing test
|
![]() | DeclineOffer |
processes request to decline an offer for the specified listing
|
![]() | Delete |
Processes request to delete the specified listing
|
![]() | DeleteQuestion |
Processes request to delete a listing question
|
![]() | Details |
Displays detailed listing view
|
![]() | Edit(Int32, String) |
Displays form to edit listing
|
![]() | Edit(Int32, Int32, String, String, String, String) |
Processes request to edit the specified listing
|
![]() | EndEarly |
Processes request to end the specified listing early
|
![]() | History |
Displays a page of the list of -accepted- listing actions (i.e. bids or purchases) for the specified listing
|
![]() | Index |
Redirects to default view for Listing area
|
![]() | ListingConfirmation |
displays a listing confirmation view for the specified listing
|
![]() | MakeOfferModal |
Displays make offer modal content for the specified listing
|
![]() | ManageOffers |
displays all relevant offers for the specified listing where the authenticated user is involved
|
![]() | NoPermissionToSell |
Displays "You do not currently have permission to post listings..." error message.
|
![]() | NotFound |
Displays "Listing not found" error message.
|
![]() | PostAndFinalFees |
Displays Post Fee and Final Fee details for the specified listing type and price
|
![]() | PostListingQuestion |
processes an AJAX request to post a public listing question
|
![]() | RemoveWatch |
Processes request to remove the specified listing from the user's watch list
|
![]() | RollbackListingActionsByID |
Processes request to roll back listing actions to to the specified listing action (e.g. retract a middle bid and all newer bids)
|
![]() | Search |
Displays form and processes request to search for listings with a veriety of filters and options
|
![]() | StartNow |
Processes request to start the specified scheduled listing immediately
|
![]() | SubmitCounteroffer |
processes request to submit a counteroffer to the specified offer for the specified listing
|
![]() | SubmitOffer |
processes offer for the specified listing
|
![]() | UndoListingAction |
Processes request to undo a listing action (e.g. retract the last bid)
|
Extension Methods
Name | Description | |
---|---|---|
![]() | AdminResourceString | (Defined by ResourceExtensions.) |
![]() | CloneMediaAssets |
Clones a list of Media objects
(Defined by HtmlHelpers.) |
![]() | Countries | (Defined by ResourceExtensions.) |
![]() | CustomFieldResourceOrDefaultString | (Defined by ResourceExtensions.) |
![]() | CustomFieldResourceString | (Defined by ResourceExtensions.) |
![]() | DecodeBreadCrumbs(String) | Overloaded.
Parses breadcrumb values and sets ViewData as needed
(Defined by HtmlHelpers.) |
![]() | DecodeBreadCrumbs(String, ListCategory) | Overloaded.
Parses breadcrumb values and sets ViewData as needed
(Defined by HtmlHelpers.) |
![]() | FBOUserName |
Returns the username of the user being impersonated, if applicable, otherwise returns the username of the authenticated user
(Defined by HtmlHelpers.) |
![]() | FlushCountriesAndStates | (Defined by ResourceExtensions.) |
![]() | GetActionUrl(String) | Overloaded.
Returns the URL for the virtual path of the specified action.
(Defined by HtmlHelpers.) |
![]() | GetActionUrl(String, String) | Overloaded.
Returns the URL for the virtual path of the specified action.
(Defined by HtmlHelpers.) |
![]() | GetActionUrl(String, Object) | Overloaded.
Returns the URL for the virtual path of the specified action.
(Defined by HtmlHelpers.) |
![]() | GetActionUrl(String, String, Object) | Overloaded.
Returns the URL for the virtual path of the specified action.
(Defined by HtmlHelpers.) |
![]() | GetAllStripeCards |
Calls out to stripe.com API to retrieve saved cards available for the specified invoice
(Defined by StripeHelpers.) |
![]() | GetCookie |
Returns a string representation of the browser cookie value associated with the specified key
(Defined by HtmlHelpers.) |
![]() | GetCultureInfo |
Returns the CultureInfo of the current user, or the site CultureInfo if not set
(Defined by HtmlHelpers.) |
![]() | GlobalResource | (Defined by ResourceExtensions.) |
![]() | GlobalResourceString | (Defined by ResourceExtensions.) |
![]() | HasUnexpiredCardOnFile |
Returns true if the specified payer has a card saved for use in paying the specified recipient
(Defined by HtmlHelpers.) |
![]() | HasUnexpiredStripeCardOnFile |
Calls out to stripe.com API to retrieve saved cards and returns true if an unexpired card is found
(Defined by StripeHelpers.) |
![]() | ImpersonateUser |
If the currently authenticated user is an admin user, sets a cookie indicating the user to be impersonated
(Defined by HtmlHelpers.) |
![]() | LocalCurrency |
Returns HTML showing the specified numeric value formatted as the specified currency.
The numeric portion will be wrapped in a <span> tag with css class "NumberPart" applied
(Defined by HtmlHelpers.) |
![]() | LocalDTTM(DateTime) | Overloaded.
returns a string representation of a UTC date/time value, adjusted for the site timezone and with format string "F"
(Defined by HtmlHelpers.) |
![]() | LocalDTTM(DateTime, String) | Overloaded.
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
(Defined by HtmlHelpers.) |
![]() | LocalDTTM(DateTime, String, String) | Overloaded.
returns a string representation of a UTC date/time value, adjusted for the specified timezone and with the specified format string
(Defined by HtmlHelpers.) |
![]() | LocalDTTMString |
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
(Defined by HtmlHelpers.) |
![]() | LocalizeCountry | (Defined by ResourceExtensions.) |
![]() | LocalizeCustomFieldValidationMessages |
Localizes a collection of validation issues with content defined in Validation.resx
(Defined by HtmlHelpers.) |
![]() | LocalizedCategoryName |
Retrieves the localized category or region name
(Defined by ResourceExtensions.) |
![]() | LocalizeState | (Defined by ResourceExtensions.) |
![]() | ResourceString |
Retrieves a resource string based on the specified expression
(Defined by ResourceExtensions.) |
![]() | SellerTakesCreditCardPayments |
Returns true if the specified seller has payment gateway credentials and can process credit card payments from a card on file
(Defined by HtmlHelpers.) |
![]() | SetCookie |
Sets a cookie for the current user with the specified key and value
(Defined by HtmlHelpers.) |
![]() | SiteCurrencyOrFree |
Returns a string representation of the specified numeric value formatted as the site currency.
If the specified value is less than or equal to zero then the localized version of "Free" is returned instead.
(Defined by HtmlHelpers.) |
![]() | TimeZoneAbbreviationString | (Defined by ResourceExtensions.) |
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
![]() | ValidateCaptcha | (Defined by RecaptchaMVC.) |
![]() | ValidationResourceString | (Defined by ResourceExtensions.) |
See Also