C# Class ThoughtWorks.VisualStudio.CardProperty

A Mingle property_definition
显示文件 Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Public Methods

Method Description
CardProperty ( ViewModel model, MinglePropertyDefinition property ) : System.Collections.Generic

Constructs a new CardProperty

CardProperty ( ViewModel model, MinglePropertyDefinition property, string value ) : System.Collections.Generic

Constructs a new CardProperty

Method Details

CardProperty() public method

Constructs a new CardProperty
public CardProperty ( ViewModel model, MinglePropertyDefinition property ) : System.Collections.Generic
model ViewModel
property ThoughtWorksMingleLib.MinglePropertyDefinition
return System.Collections.Generic

CardProperty() public method

Constructs a new CardProperty
public CardProperty ( ViewModel model, MinglePropertyDefinition property, string value ) : System.Collections.Generic
model ViewModel
property ThoughtWorksMingleLib.MinglePropertyDefinition
value string
return System.Collections.Generic