Class Telephone
Represents a telephone number.
Inheritance
System.Object
Telephone
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Telephone : object
Properties
TelephoneNumber
Gets or sets the telephone number.
Declaration
public string TelephoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.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 |