C# Class OpenMetaverse.Messages.Linden.SendPostcardMessage

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

Public Properties

Property Type Description
FromEmail string
FromName string
GlobalPosition System.Vector3
Message string
Subject string
ToEmail string

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

FromEmail public_oe property

public string FromEmail
return string

FromName public_oe property

public string FromName
return string

GlobalPosition public_oe property

public Vector3,System GlobalPosition
return System.Vector3

Message public_oe property

public string Message
return string

Subject public_oe property

public string Subject
return string

ToEmail public_oe property

public string ToEmail
return string