C# Class OpenMetaverse.Messages.Linden.UpdateNotecardTaskInventoryMessage

A message request/response which is used to update a notecard contained within a tasks inventory
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Свойство Type Description
ItemID UUID
TaskID UUID

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

ItemID public_oe property

The notecard assets UUID contained in the tasks inventory
public UUID ItemID
Résultat UUID

TaskID public_oe property

The UUID of the Task containing the notecard asset to update
public UUID TaskID
Résultat UUID