C# Class ThoughtWorksMingleLib.MingleTransition

Afficher le fichier Open project: ThoughtWorksStudios/mingle.net Class Usage Examples

Méthodes publiques

Méthode Description
MingleTransition ( string transitionXml, IMingleProject project ) : System

Constructs a new Transition

Update ( int cardNumber ) : void

Performs the POST operation to Mingle

This method POSTs the Transition on the Card indicated by cardNumber.

Method Details

MingleTransition() public méthode

Constructs a new Transition
public MingleTransition ( string transitionXml, IMingleProject project ) : System
transitionXml string
project IMingleProject
Résultat System

Update() public méthode

Performs the POST operation to Mingle
This method POSTs the Transition on the Card indicated by cardNumber.
public Update ( int cardNumber ) : void
cardNumber int
Résultat void