C# Class Pipl.APIs.Data.Fields.Phone

Inheritance: Field
Afficher le fichier Open project: piplcom/piplapis-csharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FromText ( string text ) : Phone
Phone ( int countryCode = null, long number = null, int extension = null, PhoneTypes type = null, string raw = null, System.DateTime validSince = null ) : System
ToString ( ) : string

Method Details

FromText() public static méthode

public static FromText ( string text ) : Phone
text string
Résultat Phone

Phone() public méthode

public Phone ( int countryCode = null, long number = null, int extension = null, PhoneTypes type = null, string raw = null, System.DateTime validSince = null ) : System
countryCode int
number long
extension int
type PhoneTypes
raw string
validSince System.DateTime
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string