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.Associations

Classes

class  Association
 The root interface for all Associations More...
 
class  BusinessAssociation
 The

See also
IBusiness, Association

type specific More...

 
interface  IContactTyped
 Copyright @2015 Whitepages, Inc. More...
 
class  LegalEntityAssociation
 /// Common superclass of

See also
PhoneAssociation, BusinessAssociation, ILegalEntity, Association

and ; useful for Liskov substitution of these entities. More...

 
class  LocationAssociation
 The

See also
ILocation, Association

type specific More...

 
class  PersonAssociation
 The

See also
IPerson, Association

type specific More...

 
class  PhoneAssociation
 The

See also
IPhone, Association

type specific More...

 
class  SerializableAssociation
 A class used internally for deserializing results More...
 

Enumerations

enum  ContactType { ContactType.Other, ContactType.Work, ContactType.Home, ContactType.Business }
 

Enumeration Type Documentation

Enumerator
Other 
Work 
Home 
Business 

Definition at line 9 of file IContactTyped.cs.