Provides services to manage CustomFields
Inheritance Hierarchy
ApiController
RainWorx.FrameWorx.MVC.Areas.API.Controllers.BaseAuctionWorxAPIController
RainWorx.FrameWorx.MVC.Areas.API.ControllersCustomFieldController
Namespace: RainWorx.FrameWorx.MVC.Areas.API.Controllers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class CustomFieldController : AuctionWorxAPIController
The CustomFieldController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CustomFieldController | Initializes a new instance of the CustomFieldController class |
Methods
Name | Description | |
---|---|---|
![]() | Delete |
Deletes a CustomField.
|
![]() | DeleteEnum |
Deletes an Enumeration.
|
![]() | Get |
Gets a CustomField by ID
|
![]() | GetByCategoryID |
Gets a List of CustomFields by Category ID
|
![]() | Post |
Created a new Custom Field
|
![]() | PostCustomFieldCategoryAssignment |
Assigns a CustomField to a Category
|
![]() | PostEnum |
Creates a new Enumeration
|
![]() | Put |
Updates a CustomField. Warning, do not change the Group or Type.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also