Click or drag to resize
BaseSentenceBuilder Class
Models an abstract sentence builder.
Inheritance Hierarchy

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract class BaseSentenceBuilder

The BaseSentenceBuilder type exposes the following members.

Constructors
  NameDescription
Protected methodBaseSentenceBuilder
Initializes a new instance of the BaseSentenceBuilder class
Top
Methods
  NameDescription
Public methodStatic memberCreateBuiltIn
Creates the built in sentence builder.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAndWord
Gets a string containing the word 'and'.
Public propertyErrorsHeadingText
Gets a string containing the error heading text.
Public propertyOptionWord
Gets a string containing word 'option'.
Public propertyRequiredOptionMissingText
Gets a string containing the sentence 'required option missing'.
Public propertyViolatesFormatText
Gets a string containing the sentence 'violates format'.
Public propertyViolatesMutualExclusivenessText
Gets a string containing the sentence 'violates mutual exclusiveness'.
Top
See Also