C# (CSharp) System.Waf.Foundation Пространство имен

Классы

Имя Описание
DataErrorInfoExtensions Extends the IDataErrorInfo interface with new Validation methods.
DataErrorInfoSupport This class provides an implementation for the IDataErrorInfo interface which uses the validation classes found in the System.ComponentModel.DataAnnotations namespace.
StringHelper Provides helper methods for working with strings.
ThrottledAction This class supports throttling of multiple method calls to improve the responsiveness of an application. It delays a method call and skips all additional calls of this method during the delay. The call of the action is synchronized. It uses the current synchronization context that was active during creating this class.