Defines a stream post object

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public class ActivityPost : INotifyPropertyChanged, 
	IEquatable<ActivityPost>
Visual Basic (Declaration)
Public Class ActivityPost _
	Implements INotifyPropertyChanged, IEquatable(Of ActivityPost)
Visual C++
public ref class ActivityPost : INotifyPropertyChanged, 
	IEquatable<ActivityPost^>

Inheritance Hierarchy

System..::.Object
  Facebook.BindingHelper..::.ActivityPost

See Also