Click or drag to resize

TelephoneType Class

IT Hit WebDAV Classes Reference
Represents telephone type such as voice, fax, cell, etc.
Inheritance Hierarchy

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public class TelephoneType : ExtendibleEnum

The TelephoneType type exposes the following members.

Constructors
  NameDescription
Public methodTelephoneType
This default constructor is required for internal purposes only to support generics. Do not use this contructor.
Public methodTelephoneType(String)
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberBbs
Indicates a bulletin board service number.
Public propertyStatic memberCar
Indicates a car-phone number.
Public propertyStatic memberCell
Indicates a cellular number.
Public propertyStatic memberFax
Indicates a facsimile number.
Public propertyStatic memberHome
Indicates a home number.
Public propertyStatic memberIsdn
Indicates an ISDN number.
Public propertyStatic memberModem
Indicates a MODEM number.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberPager
Indicates a pager number.
Public propertyStatic memberPcs
Indicates a personal communication services telephone number..
Public propertyStatic memberText
Indicates that the telephone number supports text messages (SMS).
Public propertyStatic memberTextPhone
Indicates a telecommunication device for people with hearing or speech difficulties.
Public propertyStatic memberVideo
Indicates a video-phone number.
Public propertyStatic memberVoice
Indicates a voice number.
Public propertyStatic memberVoiceMsg
Indicates a voice messaging service on the number.
Public propertyStatic memberWork
Indicates a work number.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ExtendibleEnum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Inherited from ExtendibleEnum.)
Top
Remarks
Below is the table of telephone types supported in various business card versions:
vCard ver: 2.1 3.0 4.0
TEXT        -   -   X
TEXTPHONE   -   -   X
PCS         -   X   -
WORK        X   X   X
HOME        X   X   X
VOICE       X   X   X
FAX         X   X   X
MSG         X   X   -
CELL        X   X   X
PAGER       X   X   X
BBS         X   X   -
MODEM       X   X   -
CAR         X   X   -
ISDN        X   X   -
VIDEO       X   X   X
See Also