C# Класс CqlSharp.Serialization.CqlCustomTypeAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
CqlCustomTypeAttribute ( Type cqlTypeFactory ) : System

Initializes a new instance of the CqlCustomTypeAttribute class.

CreateFactory ( ) : ITypeFactory

Creates the type factory for the given class

Описание методов

CqlCustomTypeAttribute() публичный Метод

Initializes a new instance of the CqlCustomTypeAttribute class.
/// Type provided to CqlCustomType attribute must be a ITypeFactory /// implementation ///
public CqlCustomTypeAttribute ( Type cqlTypeFactory ) : System
cqlTypeFactory System.Type The CQL type factory.
Результат System

CreateFactory() публичный Метод

Creates the type factory for the given class
public CreateFactory ( ) : ITypeFactory
Результат ITypeFactory