Class ValidationUtility<T>
A utility to validate data from certain types of Subsystem
s.
Inheritance
ValidationUtility<T>
Syntax
public class ValidationUtility<T> : object where T : struct, ITrackable
Type Parameters
Name |
Description |
T |
The ITrackable managed by the subsystem.
|
Methods
ValidateAndDisposeIfThrown(TrackableChanges<T>)
Declaration
public void ValidateAndDisposeIfThrown(TrackableChanges<T> changes)
Parameters
ValidateAndThrow(TrackableChanges<T>)
Declaration
public void ValidateAndThrow(TrackableChanges<T> changes)
Parameters
See Also