Delegate ValidateDataDelegate<T>
Namespace: TcOpen.Inxton.Data
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public delegate IEnumerable<DataItemValidation> ValidateDataDelegate<T>(T data);
Parameters
Type | Name | Description |
---|---|---|
T | data |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DataItemValidation> |
Type Parameters
Name | Description |
---|---|
T |