Class PersonNameChangedEvent
Inheritance
object
PersonNameChangedEvent
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 PersonNameChangedEvent
Constructors
PersonNameChangedEvent()
Declaration
public PersonNameChangedEvent()
Properties
OldName
Declaration
public string OldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Person
Declaration
public Person Person { get; set; }
Property Value
| Type | Description |
|---|---|
| Person |