C# Class Aurora.Addon.HyperGrid.ExternalRepresentationUtils

Utilities for manipulating external representations of data structures in OpenSim
Datei anzeigen Open project: RevolutionSmythe/Aurora-HG-Plugin Class Usage Examples

Public Methods

Method Description
RewriteSOP ( string xml, string profileURL, IUserAccountService userService, UUID scopeID ) : string

Takes a XML representation of a SceneObjectPart and returns another XML representation with creator data added to it.

Method Details

RewriteSOP() public static method

Takes a XML representation of a SceneObjectPart and returns another XML representation with creator data added to it.
public static RewriteSOP ( string xml, string profileURL, IUserAccountService userService, UUID scopeID ) : string
xml string The SceneObjectPart represented in XML2
profileURL string The URL of the profile service for the creator
userService IUserAccountService The service for retrieving user account information
scopeID UUID The scope of the user account information (Grid ID)
return string