C# Class trellow.api.Cards.Internal.CardsChangePosRequest

Inheritance: CardsRequest
Exibir arquivo Open project: Bunk/trellow

Public Methods

Method Description
CardsChangePosRequest ( ICardId card, Position pos ) : RestSharp
CardsChangePosRequest ( ICardId card, double pos ) : RestSharp

Method Details

CardsChangePosRequest() public method

public CardsChangePosRequest ( ICardId card, Position pos ) : RestSharp
card ICardId
pos Position
return RestSharp

CardsChangePosRequest() public method

public CardsChangePosRequest ( ICardId card, double pos ) : RestSharp
card ICardId
pos double
return RestSharp