Show / Hide Table of Contents

Class Telephone

Represents a telephone number.

Inheritance
object
Telephone
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Telephone

Properties

TelephoneNumber

Gets or sets the telephone number.

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

Type

Gets or sets the type of telephone number. The value may come from a controlled vocabulary.

Declaration
public CodeValue Type { get; set; }
Property Value
Type Description
CodeValue
In this article
Back to top Generated by DocFX