MobileAppTableConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides configuration methods for Mobile App controllers that derive from TableController.
public class MobileAppTableConfiguration : Microsoft.Azure.Mobile.Server.Config.AppConfiguration
type MobileAppTableConfiguration = class
inherit AppConfiguration
Public Class MobileAppTableConfiguration
Inherits AppConfiguration
- Inheritance
Constructors
MobileAppTableConfiguration() |
Properties
ConfigProviders |
Gets a list of registered IMobileAppExtensionConfigProvider. (Inherited from AppConfiguration) |
Methods
ApplyTo(HttpConfiguration) |
Calls Initialize(HttpConfiguration) on every registered IMobileAppExtensionConfigProvider. (Inherited from AppConfiguration) |
MapTableControllers() |
Maps all controllers that derive from TableController to the route template "tables/{controller}/{id}". |
RegisterConfigProvider(IMobileAppExtensionConfigProvider) |
Adds an IMobileAppExtensionConfigProvider to the list of providers that will be called by the ApplyTo(HttpConfiguration) method. (Inherited from AppConfiguration) |
Extension Methods
AddEntityFramework(MobileAppTableConfiguration) |