Pro API C# Client Library  1.0.0.0
A C# client library for the use of developers working with the Whitepages Pro API
Package ProApiLibrary.Data.Entities

Classes

class  AgeRange
 
class  BaseEntity
 Abstract class for implementation of common behaviors between all

See also
IEntity

types More...

 
class  Business
 The standard concrete implementation of the

See also
IBusiness, IEntity, IBusiness, IEntity
More...
 
class  Date
 
class  EntityId
 The data class encapsulating

See also
IEntity

IDs. More...

 
class  EntityProxy
 Abstract base class representing any of the proxy classes More...
 
class  Error
 
interface  IBusiness
 The interface for Business

See also
IEntity, IEntity

classes More...

 
interface  ILegalEntity
 /// More...
 
interface  ILocation
 The interface for Location

See also
IEntity

classes More...

 
interface  IPerson
 The interface for Person

See also
IEntity

classes More...

 
interface  IPhone
 The interface for Phone

See also
IEntity

classes More...

 
class  LatLong
 Copyright @2015 Whitepages, Inc. More...
 
class  LegalEntity
 Copyright @2015 Whitepages, Inc. More...
 
class  Location
 /// The standard concrete implementation of the

See also
Location, IEntity

. More...

 
class  Name
 Copyright @2015 Whitepages, Inc. More...
 
class  Person
 The standard concrete implementation of the

See also
IPerson, IEntity
More...
 
class  Phone
 The standard concrete implementation of the

See also
IPhone, IEntity
More...
 
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...
 

Enumeration Type Documentation

Enumerator
Durable 
Ephemeral 
Temporary 

Definition at line 3 of file Durability.cs.

Enumerator
Female 
Male 
Unknown 

Definition at line 9 of file Gender.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.