Class Entity_Tests.Phone
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class Entity_Tests.Phone : Entity, IEntity
Constructors
Phone()
Declaration
public Phone()
Phone(Guid, string)
Declaration
public Phone(Guid personId, string number)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | personId | |
| string | number |
Properties
Number
Declaration
public string Number { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PersonId
Declaration
public Guid PersonId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
| Type | Description |
|---|---|
| object[] |