C# Class ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.Sentence

Represents a sentence. Stores the starting offset of the sentence in the text stream and the length of the text
Mostra file Open project: brlima94/acat-localization

Public Methods

Method Description
IsValid ( String s ) : bool

Checks if all the chars in the sentence are valid alphanumeric chars.

Sentence ( Paragraph parent ) : System

Initialize

Method Details

IsValid() public method

Checks if all the chars in the sentence are valid alphanumeric chars.
public IsValid ( String s ) : bool
s String input string
return bool

Sentence() public method

Initialize
public Sentence ( Paragraph parent ) : System
parent Paragraph Parent paragraph
return System