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



Provides methods that can be used to format grammatically correct messages through GrammarString.Format().

Syntax

Visual Basic (Declaration) 
Public Class GrammarLibrary 
   Implements IGrammarLibrary 
Visual Basic (Usage)Copy Code
Dim instance As GrammarLibrary
C# 
public class GrammarLibrary : IGrammarLibrary  
C++/CLI 
public ref class GrammarLibrary : public IGrammarLibrary  

Remarks

Rules exist for pluralization, possessives, and articles. This class is intended for use with the GrammarString. Unless you are extending the functionality of GrammarString.Format, you should use the class EnglishGrammarRules instead.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.GrammarLibrary

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.