Class PersonNameChangedEto
Inheritance
object
PersonNameChangedEto
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 PersonNameChangedEto
Constructors
PersonNameChangedEto()
Declaration
public PersonNameChangedEto()
Properties
Id
Declaration
public virtual Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
NewName
Declaration
public string NewName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OldName
Declaration
public string OldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantId
Declaration
public virtual Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |