Class StringHost
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
说明
public class StringHost : NotifyPropertyChanged, INotifyPropertyChanged, IDataErrorInfo
- Inheritance
-
StringHost
- Implements
- Inherited Members
- Extension Methods
Constructors
StringHost(string, Type)
public StringHost(string value, Type type)
Parameters
Properties
Error
Gets an error message indicating what is wrong with this object.
public string Error { get; set; }
Property Value
- string
An error message indicating what is wrong with this object. The default is an empty string ("").
this[string]
Gets the error message for the property with the given name.
public string this[string columnName] { get; }
Parameters
columnName
stringThe name of the property whose error message to get.
Property Value
- string
The error message for the property. The default is an empty string ("").
Message
说明
public string Message { get; set; }
Property Value
Type
数据类型
public Type Type { get; set; }
Property Value
Value
说明
public string Value { get; set; }