Click or drag to resize
ListValuesController Class

[This is preliminary documentation and is subject to change.]

Primary controller responsible for the manipulation of list values.
Inheritance Hierarchy
SystemObject
  ApiController
    AbstractBiomeController
      WebServiceKit.ControllersListValuesController

Namespace: WebServiceKit.Controllers
Assembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ListValuesController : AbstractBiomeController

The ListValuesController type exposes the following members.

Constructors
  NameDescription
Public methodListValuesController
Initializes a new instance of the ListValuesController class
Top
Methods
  NameDescription
Public methodDeactivateValue
Deactivates a list value by guid in the database.
Public methodGetValue
Retrieves a list value by guid.
Public methodGetValuesByType
Retrieves all values for a specific list type.
Public methodInsertValue
Adds a new List Value to the database. All required fields in the List Value should be filled out. Don't forget the ListTypeGuid and ListColumnGuid guids.
Public methodUpdateValue
Updates an existing List Value to the database. All required fields in the List Value should be filled out. Don't forget the ListTypeGuid and ListColumnGuid guids.
Top
Remarks
Route: api/listvalues/*
See Also