Namespace: MonoSoftware.MonoX.OpenSocial
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void CreateRelationship(
	string userId,
	string group,
	Person person,
	IStandardFetchParameters parameters
)
Visual Basic
Public Sub CreateRelationship ( 
	userId As String,
	group As String,
	person As Person,
	parameters As IStandardFetchParameters
)
Visual C++
public:
virtual void CreateRelationship(
	String^ userId, 
	String^ group, 
	Person^ person, 
	IStandardFetchParameters^ parameters
) sealed
F#
abstract CreateRelationship : 
        userId : string * 
        group : string * 
        person : Person * 
        parameters : IStandardFetchParameters -> unit 
override CreateRelationship : 
        userId : string * 
        group : string * 
        person : Person * 
        parameters : IStandardFetchParameters -> unit 

Parameters

userId
Type: System..::..String
group
Type: System..::..String
person
Type: Person
parameters
Type: IStandardFetchParameters

Implements

IOpenSocialDataAccessAdapterCreateRelationship(String, String, Person, IStandardFetchParameters)

See Also