FacebookQueryHelper Class

Helper for constructing Facebook Graph API queries.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.Client.FacebookQueryHelper

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

Syntax

'Declaration
Public Class FacebookQueryHelper
'Usage
Dim instance As FacebookQueryHelper
public class FacebookQueryHelper
public ref class FacebookQueryHelper
type FacebookQueryHelper =  class end
public class FacebookQueryHelper

The FacebookQueryHelper type exposes the following members.

Constructors

  Name Description
Public method FacebookQueryHelper

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetFields Gets the appropriate "fields" query parameter for the Facebook Graph API based on the public properties of the model type.
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.Client Namespace