Table of Contents

Enum TypeDataModelGenerationStatus

Namespace
PolyType.Roslyn
Assembly
PolyType.Roslyn.dll

Model generation result returned for a requested ITypeSymbol.

public enum TypeDataModelGenerationStatus

Fields

InaccessibleType = 2

The type, or a type it depends on, is not accessible to the source generator.

Success = 0

A data model was successfully generated for a given type.

UnsupportedType = 1

The type, or a type it depends on, is not supported.