Class PersonView
Inheritance
object
PersonView
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.DateTime? |
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
LastActive
Declaration
[DisableDateTimeNormalization]
public DateTime? LastActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |