C# Класс ThoughtWorksMingleLib.MingleTransition

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

MingleTransition() публичный Метод

Constructs a new Transition
public MingleTransition ( string transitionXml, IMingleProject project ) : System
transitionXml string
project IMingleProject
Результат System

Update() публичный Метод

Performs the POST operation to Mingle
This method POSTs the Transition on the Card indicated by cardNumber.
public Update ( int cardNumber ) : void
cardNumber int
Результат void