Table of Contents

Class TypeConverterValidationAttribute

Namespace
HeBianGu.Service.Validation
Assembly
HeBianGu.Service.Validation.dll

应用TypeConverter去验证数据是否合法

public class TypeConverterValidationAttribute : ValidationAttribute
Inheritance
TypeConverterValidationAttribute
Inherited Members
Extension Methods

Constructors

TypeConverterValidationAttribute(Type)

public TypeConverterValidationAttribute(Type type)

Parameters

type Type

Properties

Type

public Type Type { get; set; }

Property Value

Type