Class PersonNameChangedEto
Inheritance
PersonNameChangedEto
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
NewName
Declaration
public string NewName { get; set; }
Property Value
OldName
Declaration
public string OldName { get; set; }
Property Value
TenantId
Declaration
public virtual Guid? TenantId { get; set; }
Property Value
Extension Methods