Class PersonView
Inherited Members
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.TestApp.dll
Syntax
public class PersonView
Constructors
PersonView()
Declaration
public PersonView()
Properties
Birthday
Declaration
public DateTime? Birthday { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
LastActive
Declaration
[DisableDateTimeNormalization]
public DateTime? LastActive { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |