C# 클래스 MobileAppProfileController, Rockit

상속: Rock.Rest.ApiControllerBase
파일 보기 프로젝트 열기: NewPointe/Rockit 1 사용 예제들

공개 메소드들

메소드 설명
Get ( ) : HttpResponseMessage

Get Method for pulling a user profile

Patch ( int Id, UserProfilePatch, person ) : HttpResponseMessage

Patch method for updating a user profile

메소드 상세

Get() 공개 메소드

Get Method for pulling a user profile
public Get ( ) : HttpResponseMessage
리턴 HttpResponseMessage

Patch() 공개 메소드

Patch method for updating a user profile
public Patch ( int Id, UserProfilePatch, person ) : HttpResponseMessage
Id int Rock Id
person UserProfilePatch, Patch Object
리턴 HttpResponseMessage