C# 클래스 ThoughtWorksMingleLib.MingleCard

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

공개 메소드들

메소드 설명
AddCardAttributeFilterToPostData ( string name, string value ) : void

Adds a field to the PostData for subsequent use in POST operations.

AddPropertyFilterToPostData ( string name, string value ) : void

Adds a property to the PostData for subsequent use in POST operations.

Property data is actually a pair of list elements. One for the name and one for the value.

MingleCard ( ) : System

Constructs a Mingle Card object

MingleCard ( string card, IMingleProject project ) : System

Constructs a Mingle Card object

Update ( ) : void

Updates the persisted instance of this Card with properties associated with this object

메소드 상세

AddCardAttributeFilterToPostData() 공개 메소드

Adds a field to the PostData for subsequent use in POST operations.
public AddCardAttributeFilterToPostData ( string name, string value ) : void
name string Name of the field in the card
value string Value of the data
리턴 void

AddPropertyFilterToPostData() 공개 메소드

Adds a property to the PostData for subsequent use in POST operations.
Property data is actually a pair of list elements. One for the name and one for the value.
public AddPropertyFilterToPostData ( string name, string value ) : void
name string Name of the property in the card
value string Value of the property
리턴 void

MingleCard() 공개 메소드

Constructs a Mingle Card object
public MingleCard ( ) : System
리턴 System

MingleCard() 공개 메소드

Constructs a Mingle Card object
public MingleCard ( string card, IMingleProject project ) : System
card string XML for a card
project IMingleProject Mingle project
리턴 System

Update() 공개 메소드

Updates the persisted instance of this Card with properties associated with this object
public Update ( ) : void
리턴 void