Interface IDocumentKnownTypeSource
Регистрация типов для создания маппингов классов в MongoDB для сериализации/десериализации.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
Syntax
public interface IDocumentKnownTypeSource
Properties
| Improve this Doc View SourceKnownTypes
Перечисление регистрируемых типов.
Declaration
IEnumerable<Type> KnownTypes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Type> |