Class ValueValidatorAttribute
Inheritance
System.Object
ValueValidatorAttribute
Assembly: Volo.Abp.Validation.dll
Syntax
public class ValueValidatorAttribute : Attribute
Constructors
ValueValidatorAttribute(String)
Declaration
public ValueValidatorAttribute(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetName(Type)
Declaration
public static string GetName(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|
Extension Methods