C# Class OpenMetaverse.Messages.Linden.CopyInventoryFromNotecardMessage

Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
CallbackID int
FolderID UUID
ItemID UUID
NotecardID UUID
ObjectID 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

CallbackID public_oe property

public int CallbackID
Résultat int

FolderID public_oe property

public UUID FolderID
Résultat UUID

ItemID public_oe property

public UUID ItemID
Résultat UUID

NotecardID public_oe property

public UUID NotecardID
Résultat UUID

ObjectID public_oe property

public UUID ObjectID
Résultat UUID