Class Entity_Tests.Phone
Inheritance
Entity_Tests.Phone
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class Entity_Tests.Phone : Entity, IEntity
Constructors
Phone()
Declaration
Phone(Guid, string)
Declaration
public Phone(Guid personId, string number)
Parameters
Properties
Number
Declaration
public string Number { get; set; }
Property Value
PersonId
Declaration
public Guid PersonId { get; set; }
Property Value
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods