Class PropertyApiDescriptionModel
Inheritance
object
PropertyApiDescriptionModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
Maximum
Declaration
public string Maximum { get; set; }
Property Value
MaxLength
Declaration
public int? MaxLength { get; set; }
Property Value
Minimum
Declaration
public string Minimum { get; set; }
Property Value
MinLength
Declaration
public int? MinLength { 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
| Type |
Name |
Description |
| System.Reflection.PropertyInfo |
propertyInfo |
|
Returns
Extension Methods