C# Class PodioAPI.Models.Request.TaskCreateUpdateRequest

Afficher le fichier Open project: podio/podio-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

SetResponsible() public méthode

Set a list of contact identifier objects
public SetResponsible ( IEnumerable contactIdentifiers ) : void
contactIdentifiers IEnumerable
Résultat void

SetResponsible() public méthode

public SetResponsible ( IEnumerable userIds ) : void
userIds IEnumerable
Résultat void

SetResponsible() public méthode

Set a list of contact identifier objects
public SetResponsible ( Ref contactIdentifier ) : void
contactIdentifier Ref
Résultat void

SetResponsible() public méthode

public SetResponsible ( int userId ) : void
userId int
Résultat void