FacebookGroupConnection<T> Class

Model for the Facebook object connection when it contains a collection.

Inheritance Hierarchy

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

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

Syntax

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

Type Parameters

  • T
    Type of the collection element.

The FacebookGroupConnection<T> type exposes the following members.

Constructors

  Name Description
Public method FacebookGroupConnection<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