C# Класс MobileAppProfileController, Rockit

Наследование: Rock.Rest.ApiControllerBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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