Class PhoneDto
Inheritance
object
PhoneDto
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.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class PhoneDto
Constructors
PhoneDto()
Declaration
public PhoneDto()
Properties
Number
Declaration
public string Number { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public PhoneType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| PhoneType |