C# Class OpenMetaverse.Messages.Linden.LandResourcesMessage

Response message for parcel resource usage
Inheritance: IMessage
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
ScriptResourceDetails System.Uri
ScriptResourceSummary System.Uri

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserializes object from OSD

GetMessageHandler ( OSDMap map ) : IMessage

Detects which class handles deserialization of this message

Serialize ( ) : OSDMap

Serializes object

Method Details

Deserialize() public method

Deserializes object from OSD
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

GetMessageHandler() public static method

Detects which class handles deserialization of this message
public static GetMessageHandler ( OSDMap map ) : IMessage
map OSDMap An containing the data
return IMessage

Serialize() public method

Serializes object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

ScriptResourceDetails public_oe property

URL where parcel resource usage details can be retrieved
public Uri,System ScriptResourceDetails
return System.Uri

ScriptResourceSummary public_oe property

URL where parcel resource usage summary can be retrieved
public Uri,System ScriptResourceSummary
return System.Uri