Class ExtensibleTestPersonWithRegularPropertiesDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending.TestObjects
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
| Type | Description |
|---|---|
| int |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
System.ComponentModel.DataAnnotations.IValidatableObject