C# Class trello.Services.Messages.CardPriorityChanged

Show file Open project: Bunk/trellow Class Usage Examples

Public Methods

Method Description
Create ( string cardId, int index, IList cards ) : CardPriorityChanged

Creates a new priority changed event with the correct 'pos' field based on the new card's index relative to other cards in the list.

Method Details

Create() public static method

Creates a new priority changed event with the correct 'pos' field based on the new card's index relative to other cards in the list.
public static Create ( string cardId, int index, IList cards ) : CardPriorityChanged
cardId string
index int
cards IList
return CardPriorityChanged