Show / Hide Table of Contents

Constructor CustomValidatorEntry

| Improve this Doc View Source

CustomValidatorEntry(Func<DataRow, String>, Func<IColumns>)

Initializes a new instance of CustomValidatorEntry.

Declaration
public CustomValidatorEntry(Func<DataRow, string> validate, Func<IColumns> getSourceColumns)
Parameters
Type Name Description
System.Func<DataRow, System.String> validate

The delegate to validate.

System.Func<IColumns> getSourceColumns

The delegate to get source columns.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest