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

Inheritance: Field
Exibir arquivo Open project: piplcom/piplapis-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public static FromText ( string text ) : Phone
text string
return Phone

Phone() public method

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
return System

ToString() public method

public ToString ( ) : string
return string