C# Class OData4.Builder.Customization

Mostrar archivo Open project: meancrazy/LINQPadOData4 Class Usage Examples

Private Methods

Method Description
CustomizeNamespace ( string fullNamespace ) : string

Changes the namespace to use upper camel case, which upper case for the first character of all segments.

CustomizeNaming ( string text ) : string

Changes the text to use upper camel case, which upper case for the first character.