Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class Phone

    Represents a phone entity.

    Inheritance
    object
    ValueObject
    Phone
    Inherited Members
    ValueObject.Id
    ValueObject.Equals(object)
    ValueObject.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Contacts
    Assembly: Innovt.Domain.dll
    Syntax
    public class Phone : ValueObject

    Properties

    | Edit this page View Source

    AreaCode

    Gets or sets the area code associated with the phone number.

    Declaration
    public string AreaCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CountryCode

    Gets or sets the country code associated with the phone number.

    Declaration
    public string CountryCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Extension

    Gets or sets the phone extension, if applicable.

    Declaration
    public string Extension { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Number

    Gets or sets the main phone number.

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX