C# Класс Aurora.Addon.HyperGrid.ExternalRepresentationUtils

Utilities for manipulating external representations of data structures in OpenSim
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

RewriteSOP() публичный статический Метод

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)
Результат string