Table of Contents

Class SqliteConnectionAttribute

Namespace
HeBianGu.Systems.Design
Assembly
HeBianGu.Systems.Design.dll
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]
public sealed class SqliteConnectionAttribute : ValidationAttribute
Inheritance
SqliteConnectionAttribute
Inherited Members
Extension Methods

Methods

IsValid(object)

Determines whether the specified value of the object is valid.

public override bool IsValid(object value)

Parameters

value object

The value of the object to validate.

Returns

bool

true if the specified value is valid; otherwise, false.

Exceptions

InvalidOperationException

The current attribute is malformed.

NotImplementedException

Neither overload of IsValid has been implemented by a derived class.