ChangeEntry Class

Change entry from Facebook as part of Realtime Updates.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.Models.ChangeEntry

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

Syntax

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

The ChangeEntry type exposes the following members.

Constructors

  Name Description
Public method ChangeEntry

Top

Properties

  Name Description
Public property ChangedFields Gets or sets the changed fields.
Public property Time Gets or sets the time.
Public property UserId Gets or sets the user id.

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.Models Namespace