Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
/UDBasePublic archive

UDBase.Controllers.UserSystem

KonH edited this pageFeb 23, 2018 ·1 revision

IUser

IUser is a simple storage for user information. If you need to store additinal ids, assigned to current user, you can get it on your side and add using AddExternalId(), after it you can get it using FindExternalId()

publicinterfaceUDBase.Controllers.UserSystem.IUser

Properties

TypeNameSummary
StringIdUnique id of user (if required)
StringNameUser name to display

Methods

TypeNameSummary
voidAddExternalId(String provider,String id)Adds the external identifier for given provider
StringFindExternalId(String provider)Finds the external identifier for given provider

SaveUser

User controller with saving information using ISave

publicclassUDBase.Controllers.UserSystem.SaveUser:IUser

Properties

TypeNameSummary
StringId
StringName

Methods

TypeNameSummary
voidAddExternalId(String provider,String id)
StringFindExternalId(String provider)

User_ExternalIdChange

Event, which fired when user extenal id was changed

publicstructUDBase.Controllers.UserSystem.User_ExternalIdChange

Properties

TypeNameSummary
StringProviderNew provider (or provider with changed id)
StringValueNew id

User_NameChange

Event, which fired when user name was changed

publicstructUDBase.Controllers.UserSystem.User_NameChange

Properties

TypeNameSummary
StringNameNew user name

UserSaveNode

Save node for user information

publicclassUDBase.Controllers.UserSystem.UserSaveNode:ISaveSource

Properties

TypeNameSummary
Dictionary<String, String>ExternalIds
StringId
StringName

Clone this wiki locally


[8]ページ先頭

©2009-2026 Movatter.jp