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