C# Class Aurora.Addon.HyperGrid.ExternalRepresentationUtils

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

Méthodes publiques

Méthode 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 méthode

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)
Résultat string