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