C# Class ThoughtWorksMingleLib.MingleTransition

Datei anzeigen Open project: ThoughtWorksStudios/mingle.net Class Usage Examples

Public Methods

Method 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 method

Constructs a new Transition
public MingleTransition ( string transitionXml, IMingleProject project ) : System
transitionXml string
project IMingleProject
return System

Update() public method

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