C# Класс ArmedCards.BusinessLogic.AppServices.User.Update

Implementation of Base.IUpdate
Наследование: Base.IUpdate
Показать файл Открыть проект

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

Метод Описание
Execute ( Int32 userId, String newDisplayName, String oldDisplayName ) : Entities.OAMembership

Update a user's display name

Execute ( Int32 userId, String pictureUrl ) : System.Threading.Tasks.Task

Update a user's display name

Update ( ArmedCards.BusinessLogic.DomainServices.User update ) : System

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

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

Update a user's display name
public Execute ( Int32 userId, String newDisplayName, String oldDisplayName ) : Entities.OAMembership
userId System.Int32 The ID of the user changing their display name
newDisplayName String The new display name
oldDisplayName String The old display name
Результат Entities.OAMembership

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

Update a user's display name
public Execute ( Int32 userId, String pictureUrl ) : System.Threading.Tasks.Task
userId System.Int32 The ID of the user changing their picture Url
pictureUrl String
Результат System.Threading.Tasks.Task

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

public Update ( ArmedCards.BusinessLogic.DomainServices.User update ) : System
update ArmedCards.BusinessLogic.DomainServices.User
Результат System