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 SourceCamelCase
Declaration
public IKeyGenerator CamelCase { get; }
  Property Value
| Type | Description | 
|---|---|
| IKeyGenerator | 
LowerCase
Declaration
public IKeyGenerator LowerCase { get; }
  Property Value
| Type | Description | 
|---|---|
| IKeyGenerator | 
PascalCase
Declaration
public IKeyGenerator PascalCase { get; }
  Property Value
| Type | Description | 
|---|---|
| IKeyGenerator | 
PropertyName
Declaration
public IKeyGenerator PropertyName { get; }
  Property Value
| Type | Description | 
|---|---|
| IKeyGenerator | 
UpperCase
Declaration
public IKeyGenerator UpperCase { get; }
  Property Value
| Type | Description | 
|---|---|
| IKeyGenerator |