Table of Contents

Class CollectionType

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public record CollectionType : IEquatable<CollectionType>
Inheritance
CollectionType
Implements
Inherited Members

Properties

ImplementationType

public required Type ImplementationType { get; init; }

Property Value

Type

IsDynamic

public required bool IsDynamic { get; init; }

Property Value

bool

ServiceType

public required Type ServiceType { get; init; }

Property Value

Type