ClassSentenceParam
Class
Represents a parameter in a sentence editor
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public sealed class SentenceParam : INotifyPropertyChanged
Inheritance: objectSentenceParam
Implements:
Constructors
SentenceParam(string, bool)
Create a new SentenceParam using the default sentence param editor
Properties
AlternatePropertyName
Declaration
cs-api-definition
public string AlternatePropertyName { get; set; }
Property Value
Converter
Gets the type converter associated with this parameter
Property
Declaration
cs-api-definition
public PropertyInfo Property { get; set; }
Property Value
StaticValueListMethod
Gets or sets the descriptor method to call to get a list of possible values for this parameter
Declaration
cs-api-definition
public string StaticValueListMethod { get; set; }
Property Value
Methods
GetVisual()
Get the Visual that will render this parameter.
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements