C# Class OpenMetaverse.Messages.Linden.UpdateNotecardTaskInventoryMessage

A message request/response which is used to update a notecard contained within a tasks inventory
Inheritance: IMessage
ファイルを表示 Open project: N3X15/VoxelSim

Public Properties

Property Type Description
ItemID UUID
TaskID 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

ItemID public_oe property

The notecard assets UUID contained in the tasks inventory
public UUID ItemID
return UUID

TaskID public_oe property

The UUID of the Task containing the notecard asset to update
public UUID TaskID
return UUID