FacebookConnection<T> Class

Model for the Facebook object connection.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.FacebookConnection<T>

Namespace:  Microsoft.AspNet.Mvc.Facebook
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public Class FacebookConnection(Of T)
'Usage
Dim instance As FacebookConnection(Of T)
public class FacebookConnection<T>
generic<typename T>
public ref class FacebookConnection
type FacebookConnection<'T> =  class end
JScript does not support generic types and methods.

Type Parameters

  • T
    Type of the connection.

The FacebookConnection<T> type exposes the following members.

Constructors

  Name Description
Public method FacebookConnection<T>

Top

Properties

  Name Description
Public property Data Gets or sets the connection data.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.AspNet.Mvc.Facebook Namespace