C# Class PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo.PhoneNumber

Show file Open project: elbandit/PPPDDD Class Usage Examples

Public Methods

Method Description
IsInternational ( ) : bool
IsUKLandlineOrMobile ( ) : bool
PhoneNumber ( string phoneNumber ) : System

Method Details

IsInternational() public method

public IsInternational ( ) : bool
return bool

IsUKLandlineOrMobile() public method

public IsUKLandlineOrMobile ( ) : bool
return bool

PhoneNumber() public method

public PhoneNumber ( string phoneNumber ) : System
phoneNumber string
return System