C# Класс PodioAPI.Models.Request.TaskCreateUpdateRequest

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
SetResponsible ( IEnumerable contactIdentifiers ) : void

Set a list of contact identifier objects

SetResponsible ( IEnumerable userIds ) : void
SetResponsible ( Ref contactIdentifier ) : void

Set a list of contact identifier objects

SetResponsible ( int userId ) : void

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

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

Set a list of contact identifier objects
public SetResponsible ( IEnumerable contactIdentifiers ) : void
contactIdentifiers IEnumerable
Результат void

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

public SetResponsible ( IEnumerable userIds ) : void
userIds IEnumerable
Результат void

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

Set a list of contact identifier objects
public SetResponsible ( Ref contactIdentifier ) : void
contactIdentifier Ref
Результат void

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

public SetResponsible ( int userId ) : void
userId int
Результат void