C# 클래스 CqlSharp.Serialization.CqlCustomTypeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
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