SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

NamingRuleUtilities Members

NamingRuleUtilities overview

Public Static Methods

FixForUniqueName Returns new unique name for the code element.
GetCamelCased Returns camel cased name.
GetPascalCased Returns pascal cased name.
HasPrefix Returns True if the name has specified prefix.
HasSuffix Returns True if the name has specified suffix.
IsCamelCased Returns True if the name is camel cased.
IsConflictWithKeywords Returns True if the name conflicts with a keyword.
IsPascalCased Returns True if the name is pascal cased.
IsTypeConflictsWithNamespace Returns True if the type name conflicts with existing namespace name.
IsTypeConflictsWithSystemNamespace Returns True if the name conflicts with existing namespace name.
IsUpperCased Returns True if the name is upper cased.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

NamingRuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace