Class IsValidationAttribute
- Namespace
 - Alis.Core.Aspect.Memory.Attributes
 
- Assembly
 - Alis.dll
 
The validation attribute class
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
public abstract class IsValidationAttribute : AttributeInheritance
Derived
Inherited Members
Methods
Validate(object, string)
Validates the value
public abstract void Validate(object value, string name)