Uses of Interface
system.componentmodel.IDataErrorInfo
-
Packages that use IDataErrorInfo Package Description system.componentmodel -
-
Uses of IDataErrorInfo in system.componentmodel
Classes in system.componentmodel that implement IDataErrorInfo Modifier and Type Class Description class
IDataErrorInfoImplementation
The base .NET class managing System.ComponentModel.IDataErrorInfo, System.ComponentModel.TypeConverter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.Methods in system.componentmodel that return IDataErrorInfo Modifier and Type Method Description static IDataErrorInfo
IDataErrorInfo. ToIDataErrorInfo(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIDataErrorInfo
, a cast assert is made to check if types are compatible.static IDataErrorInfo
IDataErrorInfoImplementation. ToIDataErrorInfo(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIDataErrorInfo
, a cast assert is made to check if types are compatible.
-