IdeaBlade DevForce 2010 Help Reference
EnglishGrammarRules Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : EnglishGrammarRules Class


The following tables list the members exposed by EnglishGrammarRules.

Protected Properties

 NameDescription
Protected Propertystatic (Shared in Visual Basic)Instance Used to get or set the instance used to process the grammar rules. Typically used to extend the class to handle complex rules (such as better pluralization) without affecting the callers of the methods.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GetArticle Returns the proper article for a subject. e.g. "a" or "an".  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)MakePossessive Returns the possessive of a subject.  
Public Methodstatic (Shared in Visual Basic)Pluralize Returns the plural of a subject. Handles most cases of subjects ending in "s", "y", "ex", and "ix".  
Public Methodstatic (Shared in Visual Basic)Singularize Returns the singular of a subject. Handles cases ending in "ss", "s", "ies"  
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodGetArticleImpl Returns the proper article for a subject. e.g. "a" or "an".  
Protected MethodMakePossessiveImpl Returns the possessive of a subject.  
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodPluralizeImpl Returns the plural of a subject. Handles most cases of subjects ending in "s", "y", "ex", and "ix".  
Protected Methodstatic (Shared in Visual Basic)ReplaceSuffix Helper method. Truncates n characters off the end of pValue and appends pSuffix.  
Protected MethodSingularizeImpl Returns the singular of a subject. Handles cases ending in "ss", "s", "ies"  
Protected Methodstatic (Shared in Visual Basic)StartsWithChar Helper method. Returns true if the token starts with any of the characters in pChars.  
Top

See Also

© 2013 All Rights Reserved.