Class ExtensibleTestPersonWithRegularPropertiesDto
Inheritance
ExtensibleTestPersonWithRegularPropertiesDto
Assembly: Volo.Abp.ObjectExtending.Tests.dll
Syntax
public class ExtensibleTestPersonWithRegularPropertiesDto : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
ExtensibleTestPersonWithRegularPropertiesDto()
Declaration
public ExtensibleTestPersonWithRegularPropertiesDto()
Properties
Age
Declaration
public int Age { get; set; }
Property Value
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Extension Methods