Table of Contents

Class IsNotEmptyAttribute

Namespace
Alis.Core.Aspect.Memory.Attributes
Assembly
Alis.dll

The not empty attribute class

public class IsNotEmptyAttribute : IsValidationAttribute

Inheritance

Inherited Members

Methods

Validate(object, string)

Validates the value

public override void Validate(object value, string name)

Parameters

value object

The value

name string

The name

See Also