|
Pro API C# Client Library
1.0.0.0
A C# client library for the use of developers working with the Whitepages Pro API
|
Classes | |
| class | AgeRange |
| class | BaseEntity |
Abstract class for implementation of common behaviors between all
types More... | |
| class | Business |
| The standard concrete implementation of the
More... | |
| class | Date |
| class | EntityId |
The data class encapsulating
IDs. More... | |
| class | EntityProxy |
| Abstract base class representing any of the proxy classes More... | |
| class | Error |
| interface | IBusiness |
The interface for Business
classes More... | |
| interface | ILegalEntity |
| /// More... | |
| interface | ILocation |
The interface for Location
classes More... | |
| interface | IPerson |
The interface for Person
classes More... | |
| interface | IPhone |
The interface for Phone
classes More... | |
| class | LatLong |
| Copyright @2015 Whitepages, Inc. More... | |
| class | LegalEntity |
| Copyright @2015 Whitepages, Inc. More... | |
| class | Location |
/// The standard concrete implementation of the
. More... | |
| class | Name |
| Copyright @2015 Whitepages, Inc. More... | |
| class | Person |
The standard concrete implementation of the
| |
| class | Phone |
The standard concrete implementation of the
| |
| class | Reputation |
| Copyright @2015 Whitepages, Inc. More... | |
| class | TimePeriod |
| Copyright @2015 Whitepages, Inc. More... | |
Enumerations | |
| enum | Durability { Durability.Durable, Durability.Ephemeral, Durability.Temporary } |
| enum | Gender { Gender.Female, Gender.Male, Gender.Unknown } |
| enum | GeoAccuracy { GeoAccuracy.Rooftop, GeoAccuracy.Street, GeoAccuracy.PostalCode, GeoAccuracy.City, GeoAccuracy.State, GeoAccuracy.Country, GeoAccuracy.Unknown } |
| enum | LineType { LineType.LandLine, LineType.Mobile, LineType.Voicemail, LineType.TollFree, LineType.Premium, LineType.NonFixedVoip, LineType.FixedVoip, LineType.Other } |
| Copyright @2015 Whitepages, Inc. More... | |
| enum | PersonType { PersonType.Full, PersonType.LocationMember } |
| Copyright @2015 Whitepages, Inc. More... | |
| Enumerator | |
|---|---|
| Durable | |
| Ephemeral | |
| Temporary | |
Definition at line 3 of file Durability.cs.
| Enumerator | |
|---|---|
| Rooftop | |
| Street | |
| PostalCode | |
| City | |
| State | |
| Country | |
| Unknown | |
Definition at line 9 of file GeoAccuracy.cs.
Copyright @2015 Whitepages, Inc.
| Enumerator | |
|---|---|
| LandLine | |
| Mobile | |
| Voicemail | |
| TollFree | |
| Premium | |
| NonFixedVoip | |
| FixedVoip | |
| Other | |
Definition at line 6 of file LineType.cs.
Copyright @2015 Whitepages, Inc.
| Enumerator | |
|---|---|
| Full | |
| LocationMember | |
Definition at line 12 of file PersonType.cs.