C# 클래스 ThoughtWorksMingleLib.MingleTransition

파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net 1 사용 예제들

공개 메소드들

메소드 설명
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