C# Класс WhiteCore.Services.DisplayNamesCAPS

Наследование: ICapsServiceConnector
Показать файл Открыть проект

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

Метод Описание
DeregisterCaps ( ) : void
DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account, System.DateTime nextUpdate ) : OSD

Tell the user about an update

EnteringRegion ( ) : void
RegisterCaps ( IRegionClientCapsService service ) : void
SetDisplayNameReply ( string newDisplayName, string oldDisplayName, UserAccount mAvatar, System.DateTime nextUpdate ) : void

Reply to the set display name reply

Приватные методы

Метод Описание
DisplayNameReply ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account, System.DateTime nextUpdate ) : OSD

Send back a user's display name

DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UserAccount infoFromAv, UUID toAgentID, System.DateTime nextUpdate ) : void

Send the user a display name update

PackUserInfo ( IUserProfileInfo info, UserAccount account, OSDArray &agents ) : void
ProcessGetDisplayName ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[]

Get the user's display name, currently not used?

ProcessSetDisplayName ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[]

Set the display name for the given user

isDefaultDisplayName ( string first, string last, string name, string displayName ) : bool

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

DeregisterCaps() публичный Метод

public DeregisterCaps ( ) : void
Результат void

DisplayNameUpdate() публичный Метод

Tell the user about an update
public DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account, System.DateTime nextUpdate ) : OSD
newDisplayName string
oldDisplayName string
iD UUID
isDefault bool
first string
last string
account string
nextUpdate System.DateTime
Результат OSD

EnteringRegion() публичный Метод

public EnteringRegion ( ) : void
Результат void

RegisterCaps() публичный Метод

public RegisterCaps ( IRegionClientCapsService service ) : void
service IRegionClientCapsService
Результат void

SetDisplayNameReply() публичный Метод

Reply to the set display name reply
public SetDisplayNameReply ( string newDisplayName, string oldDisplayName, UserAccount mAvatar, System.DateTime nextUpdate ) : void
newDisplayName string
oldDisplayName string
mAvatar WhiteCore.Framework.Services.UserAccount
nextUpdate System.DateTime
Результат void