Show / Hide Table of Contents

Method WithFlushingValidator

| Improve this Doc View Source

WithFlushingValidator(Func<T, String>)

Sets flushing validator.

Declaration
public ScalarInput<T> WithFlushingValidator(Func<T, string> flushingValidator)
Parameters
Type Name Description
System.Func<T, System.String> flushingValidator

The flushing validator.

Returns
Type Description
ScalarInput<T>

This scalar input for fluent coding.

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