Class TypenameConstants
Constants for type names used in code generation.
public static class TypenameConstants
- Inheritance
-
TypenameConstants
- Inherited Members
Fields
Contracts
The typename for contracts.
public const string Contracts = "Contracts"
Field Value
DependencyInjection
The typename for dependency injection.
public const string DependencyInjection = "DependencyInjection"
Field Value
RefitInterfaces
The typename for Refit interfaces.
public const string RefitInterfaces = "RefitInterfaces"