Class SentenceParam
Inheritance
System.Object
SentenceParam
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public sealed class SentenceParam : INotifyPropertyChanged
Constructors
SentenceParam(String, Boolean)
Declaration
public SentenceParam(string defaultText, bool isReadOnly)
Parameters
System.String
defaultText
|
System.Boolean
isReadOnly
|
Properties
AlternatePropertyName
Declaration
public string AlternatePropertyName { get; set; }
Property Value
System.String
|
Converter
Declaration
public TypeConverter Converter { get; }
Property Value
System.ComponentModel.TypeConverter
|
DefaultText
Declaration
public string DefaultText { get; set; }
Property Value
System.String
|
DisableTextBoxEdit
Declaration
public bool DisableTextBoxEdit { get; set; }
Property Value
System.Boolean
|
IsExtractedValue
Declaration
public bool IsExtractedValue { get; set; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
IsSet
Declaration
public bool IsSet { get; }
Property Value
System.Boolean
|
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
System.Boolean
|
Property
Declaration
public PropertyInfo Property { get; set; }
Property Value
System.Reflection.PropertyInfo
|
StaticValueListMethod
Declaration
public string StaticValueListMethod { get; set; }
Property Value
System.String
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Methods
GetVisual()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|