Show / Hide Table of Contents

Class KeyGenerators

Inheritance
System.Object
KeyGenerators
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nett
Assembly: Nett.dll
Syntax
public sealed class KeyGenerators

Properties

| Improve this Doc View Source

CamelCase

Declaration
public IKeyGenerator CamelCase { get; }
Property Value
Type Description
IKeyGenerator
| Improve this Doc View Source

LowerCase

Declaration
public IKeyGenerator LowerCase { get; }
Property Value
Type Description
IKeyGenerator
| Improve this Doc View Source

PascalCase

Declaration
public IKeyGenerator PascalCase { get; }
Property Value
Type Description
IKeyGenerator
| Improve this Doc View Source

PropertyName

Declaration
public IKeyGenerator PropertyName { get; }
Property Value
Type Description
IKeyGenerator
| Improve this Doc View Source

UpperCase

Declaration
public IKeyGenerator UpperCase { get; }
Property Value
Type Description
IKeyGenerator
  • Improve this Doc
  • View Source
Back to top Generated by DocFX