Click or drag to resize
ListTypesController Class

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

Primary controller responsible for the manipulation of list types.
Inheritance Hierarchy
SystemObject
  ApiController
    AbstractBiomeController
      WebServiceKit.ControllersListTypesController

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

The ListTypesController type exposes the following members.

Constructors
  NameDescription
Public methodListTypesController
Initializes a new instance of the ListTypesController class
Top
Methods
  NameDescription
Public methodDeactivate
Deactivates a list type by guid in the database.
Public methodDeactivateGroup
Deactivates a list type group by guid in the database.
Public methodCode exampleGet
Retrieves all list types for the logged in enterprise from the database.
Public methodGet(Guid)
Retrieves a list type by guid from the database.
Public methodGetGroup
Retrieves a list type group by guid from the database.
Public methodGetGroups
Retrieves all list type groups for the logged in enterprise from the database.
Public methodInsert
Adds a new List Type to the database. All required fields in the List Type should be filled out. Don't forget the List Type guid.
Public methodInsertGroup
Adds a new List Type Group to the database. All required fields in the List Type Group should be filled out. Don't forget the List Type Group guid.
Public methodUpdate
Updates an existing List Type to the database. All required fields in the List Type should be filled out. Don't forget the List Type instance guid.
Public methodUpdateGroup
Updates an existing List Type Group to the database. All required fields in the List Type Group should be filled out. Don't forget the List Type Group instance guid.
Top
Remarks
Route: api/listtypes/*
See Also