Class Phone
Assembly: Volo.Abp.TestApp.dll
Syntax
[Table("AppPhones")]
public class Phone : Entity<Guid>, IEntity<Guid>, IEntity
Constructors
Phone(Guid, string, PhoneType)
Declaration
public Phone(Guid personId, string number, PhoneType type = PhoneType.Mobile)
Parameters
Properties
Number
Declaration
public virtual string Number { get; set; }
Property Value
PersonId
Declaration
public virtual Guid PersonId { get; set; }
Property Value
Type
Declaration
public virtual PhoneType Type { get; set; }
Property Value
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Volo.Abp.Domain.Entities.Entity<System.Guid>.GetKeys()
Implements
Extension Methods