Table of Contents

Class TypenameConstants

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

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

string

DependencyInjection

The typename for dependency injection.

public const string DependencyInjection = "DependencyInjection"

Field Value

string

RefitInterfaces

The typename for Refit interfaces.

public const string RefitInterfaces = "RefitInterfaces"

Field Value

string