Share via


TableController Class

 

This is the non-generic common base class for table controllers. It is strongly recommended instead using the generic version TableController{T} which provides strongly typed support for the various table operations.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.ApiController
    Microsoft.WindowsAzure.Mobile.Service.Tables.TableController
      Microsoft.WindowsAzure.Mobile.Service.TableController<TData>

Syntax

public abstract class TableController : ApiController
public ref class TableController abstract : ApiController
[<AbstractClass>]
type TableController = 
    class
        inherit ApiController
    end
Public MustInherit Class TableController
    Inherits ApiController

Constructors

Name Description
System_CAPS_protmethod TableController()

Initializes a new instance of the TableController class.

Properties

Name Description
System_CAPS_pubproperty Services

Get or Set the ApiServices associated with this controller instance.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top