C# 클래스 ArmedCards.BusinessLogic.AppServices.User.Update

Implementation of Base.IUpdate
상속: Base.IUpdate
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
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