Class PropertyApiDescriptionModel
Inheritance
PropertyApiDescriptionModel
Assembly: Volo.Abp.Http.dll
Syntax
public class PropertyApiDescriptionModel
Constructors
PropertyApiDescriptionModel()
Declaration
public PropertyApiDescriptionModel()
Properties
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
JsonName
Declaration
public string? JsonName { get; set; }
Property Value
MaxLength
Declaration
public int? MaxLength { get; set; }
Property Value
Maximum
Declaration
public string? Maximum { get; set; }
Property Value
MinLength
Declaration
public int? MinLength { get; set; }
Property Value
Minimum
Declaration
public string? Minimum { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Regex
Declaration
public string? Regex { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
TypeSimple
Declaration
public string TypeSimple { get; set; }
Property Value
Methods
Create(PropertyInfo)
Declaration
public static PropertyApiDescriptionModel Create(PropertyInfo propertyInfo)
Parameters
Returns
Extension Methods