C# Class Universe.Framework.Services.FriendInfo

Inheritance: Universe.Framework.Modules.IDataTransferable
Mostra file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
Friend string
MyFlags int
PrincipalID UUID
TheirFlags int

Public Methods

Method Description
FriendInfo ( ) : System.Collections.Generic
FromOSD ( OpenMetaverse map ) : void
ToOSD ( ) : OpenMetaverse.StructuredData.OSDMap

Method Details

FriendInfo() public method

public FriendInfo ( ) : System.Collections.Generic
return System.Collections.Generic

FromOSD() public method

public FromOSD ( OpenMetaverse map ) : void
map OpenMetaverse
return void

ToOSD() public method

public ToOSD ( ) : OpenMetaverse.StructuredData.OSDMap
return OpenMetaverse.StructuredData.OSDMap

Property Details

Friend public_oe property

The friend of PrincipalID
public string Friend
return string

MyFlags public_oe property

The flags that PrincipalID has given to Friend
public int MyFlags
return int

PrincipalID public_oe property

The user who is a friend of "Friend"
public UUID PrincipalID
return UUID

TheirFlags public_oe property

The flags Friend has given to PrincipalID
public int TheirFlags
return int