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