C# Class OpenMetaverse.Messages.Linden.CopyInventoryFromNotecardMessage

Inheritance: IMessage
Mostra file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
CallbackID int
FolderID UUID
ItemID UUID
NotecardID UUID
ObjectID UUID

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

CallbackID public_oe property

public int CallbackID
return int

FolderID public_oe property

public UUID FolderID
return UUID

ItemID public_oe property

public UUID ItemID
return UUID

NotecardID public_oe property

public UUID NotecardID
return UUID

ObjectID public_oe property

public UUID ObjectID
return UUID