SmartFoxServer Silverlight API
Buddy Constructor (id, name, isOnline, isBlocked)
NamespacesSmartFoxClientAPI.DataBuddyBuddy(Int32, String, Boolean, Boolean)
Initializes a new instance of the Buddy class
Declaration Syntax
C#Visual BasicVisual C++
public Buddy(
	int id,
	string name,
	bool isOnline,
	bool isBlocked
)
Public Sub New ( _
	id As Integer, _
	name As String, _
	isOnline As Boolean, _
	isBlocked As Boolean _
)
public:
Buddy(
	int id, 
	String^ name, 
	bool isOnline, 
	bool isBlocked
)
Parameters
id (Int32)
name (String)
isOnline (Boolean)
isBlocked (Boolean)

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)