Skip to content

Properties_T_CommandLine_Text_SentenceBuilder

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

SentenceBuilder Properties

The SentenceBuilder type exposes the following members.

Properties

 

Name Description
Public property ErrorsHeadingText Gets a delegate that returns that errors block heading text.
Public propertyStatic member Factory Factory to allow custom SentenceBuilder injection
Public property FormatError Gets a delegate that handles singular error formatting. The delegates must accept an Error and returns a string.
Public property FormatMutuallyExclusiveSetErrors Gets a delegate that handles mutually exclusive set errors formatting. The delegates must accept a sequence of MutuallyExclusiveSetError and returns a string.
Public property HelpCommandText Get a delegate that returns the help text of help command. The delegates must accept a boolean that is equal

Field Value

Type:
true for options; otherwise

Field Value

Type:
false for verbs.

Public property RequiredWord Gets a delegate that returns the word 'required'.
Public property UsageHeadingText Gets a delegate that returns usage text block heading text.
Public property VersionCommandText Get a delegate that returns the help text of vesion command. The delegates must accept a boolean that is equal

Field Value

Type:
true for options; otherwise

Field Value

Type:
false for verbs.

  Back to Top

See Also

Reference

SentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally