CProApiLibrary.Data.Entities.AgeRange | |
►CProApiLibrary.Data.Associations.Association | The root interface for all Associations |
►CProApiLibrary.Data.Associations.SerializableAssociation | A class used internally for deserializing results |
►CProApiLibrary.Data.Associations.LegalEntityAssociation | /// Common superclass of - See also
- PhoneAssociation, BusinessAssociation, ILegalEntity, Association
and ; useful for Liskov substitution of these entities. |
CProApiLibrary.Data.Associations.BusinessAssociation | The - See also
- IBusiness, Association
type specific |
CProApiLibrary.Data.Associations.LocationAssociation | The - See also
- ILocation, Association
type specific |
CProApiLibrary.Data.Associations.PersonAssociation | The - See also
- IPerson, Association
type specific |
CProApiLibrary.Data.Associations.PhoneAssociation | The - See also
- IPhone, Association
type specific |
CProApiLibraryTests.TestCases.DataTests.EntityTests.BaseEntityTests | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.AssociationTests.BusinessAssociationTest | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.ResponseDecoderTests.BusinessProApi20JsonStreamingResponseDecoderTest | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.EntityTests.BusinessProxyTest | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.Responses.BusinessResponse | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.ResponseDecoders.NewtonsoftStreaming.BusinessResponseDecoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.Client | The Client class is the starting point for interaction with the Whitepages API, serving as the starting place for making requests and getting results. |
CProApiLibraryTests.TestCases.DataTests.EntityTests.ProxyTestHelper.StubClient | |
CProApiLibraryTests.TestCases.IntegrationTests.ClientIntegrationTestHelper | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.Config | The configuration data class. |
CProApiLibrary.Data.Entities.Date | |
CProApiLibrary.Data.Entities.EntityId | The data class encapsulating - See also
- IEntity
IDs. |
►CProApiLibraryTests.TestCases.IntegrationTests.EntityLookupTest< IBusiness > | |
CProApiLibraryTests.TestCases.IntegrationTests.BusinessLookupTest | Copyright @2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.IntegrationTests.EntityLookupTest< ILocation > | |
CProApiLibraryTests.TestCases.IntegrationTests.LocationLookupTest | Copyright @2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.IntegrationTests.EntityLookupTest< IPerson > | |
CProApiLibraryTests.TestCases.IntegrationTests.PersonLookupTest | Copyright @2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.IntegrationTests.EntityLookupTest< IPhone > | |
CProApiLibraryTests.TestCases.IntegrationTests.PhoneLookupTest | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Data.Entities.Error | |
CProApiLibrary.Api.Clients.Responses.ErrorResponse | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.ResponseDecoders.NewtonsoftStreaming.ErrorResponseDecoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.IntegrationTests.ErrorResponseTest< IPerson > | |
CProApiLibraryTests.TestCases.IntegrationTests.NonDurableEntityIdLookupErrorTest | Copyright @2015 Whitepages, Inc. |
CExamplesLibrary.ExampleUtils | Copyright @2015 Whitepages, Inc. |
►CException | |
CProApiLibrary.Api.Clients.Exceptions.ResponseDecoderException | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Exceptions.DataSourceException | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Exceptions.FindException | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Exceptions.ResponseDecoderException | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Exceptions.ResponseException | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Exceptions.AuthException | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Exceptions.InternalException | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Exceptions.QuotaExceededException | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Exceptions.QueryEncoderException | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Data.Associations.IContactTyped | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Data.Associations.LocationAssociation | The - See also
- ILocation, Association
type specific |
CProApiLibrary.Data.Associations.PhoneAssociation | The - See also
- IPhone, Association
type specific |
►CProApiLibrary.Api.Clients.IData | |
CProApiLibrary.Api.Clients.Utils.HttpResponse | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.IDataSource< out out TD, in in TQ > | Data sources act as brokers of information, fetching a response of one type, using a request of another type. For example, a data source may take a URI instance, call the associated external web service, and return an InputStream containing the response body. |
►CProApiLibrary.Api.Clients.IDataSource< HttpResponse, Uri > | |
CProApiLibrary.Api.Clients.DataSources.HttpDataSource | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.IDataSource< TD, TU > | |
►CIEntity | |
►CProApiLibrary.Data.Entities.BaseEntity | Abstract class for implementation of common behaviors between all - See also
- IEntity
types |
►CProApiLibrary.Data.Entities.LegalEntity | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Data.Entities.Business | The standard concrete implementation of the - See also
- IBusiness, IEntity, IBusiness, IEntity
|
CProApiLibrary.Data.Entities.Location | /// The standard concrete implementation of the - See also
- Location, IEntity
. |
CProApiLibrary.Data.Entities.Person | The standard concrete implementation of the - See also
- IPerson, IEntity
|
CProApiLibrary.Data.Entities.Phone | The standard concrete implementation of the - See also
- IPhone, IEntity
|
►CProApiLibrary.Data.Entities.EntityProxy | Abstract base class representing any of the proxy classes |
CProApiLibrary.Api.Clients.BusinessProxy | Strongly typed - See also
- EntityProxy, IBusiness
for entities |
CProApiLibrary.Api.Clients.LocationProxy | Strongly typed - See also
- EntityProxy, Location
for entities |
CProApiLibrary.Api.Clients.PersonProxy | Strongly typed - See also
- EntityProxy, IPerson
for entities |
CProApiLibrary.Api.Clients.PhoneProxy | Strongly typed - See also
- EntityProxy, IPhone
for entities |
►CProApiLibrary.Data.Entities.ILegalEntity | /// |
►CProApiLibrary.Data.Entities.IBusiness | The interface for Business - See also
- IEntity, IEntity
classes |
CProApiLibrary.Api.Clients.BusinessProxy | Strongly typed - See also
- EntityProxy, IBusiness
for entities |
CProApiLibrary.Data.Entities.Business | The standard concrete implementation of the - See also
- IBusiness, IEntity, IBusiness, IEntity
|
►CProApiLibrary.Data.Entities.IPerson | The interface for Person - See also
- IEntity
classes |
CProApiLibrary.Api.Clients.PersonProxy | Strongly typed - See also
- EntityProxy, IPerson
for entities |
CProApiLibrary.Data.Entities.Person | The standard concrete implementation of the - See also
- IPerson, IEntity
|
►CProApiLibrary.Data.Entities.ILocation | The interface for Location - See also
- IEntity
classes |
CProApiLibrary.Api.Clients.LocationProxy | Strongly typed - See also
- EntityProxy, Location
for entities |
CProApiLibrary.Data.Entities.Location | /// The standard concrete implementation of the - See also
- Location, IEntity
. |
►CProApiLibrary.Data.Entities.IPhone | The interface for Phone - See also
- IEntity
classes |
CProApiLibrary.Api.Clients.PhoneProxy | Strongly typed - See also
- EntityProxy, IPhone
for entities |
CProApiLibrary.Data.Entities.Phone | The standard concrete implementation of the - See also
- IPhone, IEntity
|
►CIEnumerable | |
CProApiLibrary.Api.Responses.ResponseMessages | Encapsulates a list of - See also
- Message
instances in order to provide methods for common operations. |
►CProApiLibrary.Api.Clients.Utils.IParamValueFormatter | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.QueryEncoders.ProApi20ParamValueFormatter | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Queries.IQuery | The root type for all Queries. The following concrete Query classes are available for use |
►CProApiLibrary.Api.Queries.EntityQuery | An abstract superclass providing common methods for working with entity queries |
►CProApiLibrary.Api.Queries.PhoneQuery | The root concrete class for all Phone queries |
CProApiLibrary.Api.Queries.PhoneLiteQuery | The PhoneQuery instance for PhoneLite query construction |
►CProApiLibrary.Api.Queries.WhereQuery | An abstract superclass for all queries that can specify "where" parameters |
CProApiLibrary.Api.Queries.BusinessQuery | The root concrete class for all Business queries |
CProApiLibrary.Api.Queries.LocationQuery | The root concrete class for all Location queries |
CProApiLibrary.Api.Queries.PersonQuery | The root concrete class for all Person queries |
CProApiLibrary.Api.Clients.IQueryEncoder< in in TQ, out out TU > | Query coders serve to transform/translate a Query into an intermediate form that is compatible with the DataSource. For example, one may change the query into a URI for later execution against an external web service. |
CProApiLibrary.Api.Clients.IQueryEncoder< TQ, TU > | |
►CProApiLibrary.Api.Clients.IQueryEncoder< TQ, Uri > | |
►CProApiLibrary.Api.Clients.QueryEncoders.QueryToProApi20UriEncoder< TQ > | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.QueryEncoders.WhereQueryToProApi20UriEncoder< TQ > | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.IQueryForm | |
CProApiLibrary.Api.Clients.IResponseDecoder< TE, in in TV > | Response decoders transform the raw response data from a compatible DataSource instance, and return a standardized Response. For example, they may take an InputStream of JSON and parse it into native data objects |
CProApiLibrary.Api.Clients.IResponseDecoder< TE, TD > | |
►CProApiLibrary.Api.Clients.IResponseDecoder< TT, TD > | |
CProApiLibrary.Api.Clients.ResponseDecoders.ProApi20JsonStreamResponseDecoder< TT, TD > | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.IResultFinder< TE, in in TQ > | IResultFinder instances link together the datafolow of the conversion of an IQuery to an Response{T} |
CProApiLibrary.Api.Clients.IResultFinder< IBusiness, BusinessQuery > | |
CProApiLibrary.Api.Clients.IResultFinder< ILocation, LocationQuery > | |
CProApiLibrary.Api.Clients.IResultFinder< IPerson, PersonQuery > | |
CProApiLibrary.Api.Clients.IResultFinder< IPhone, PhoneQuery > | |
►CProApiLibrary.Api.Clients.IResultFinder< TE, TQ > | |
CProApiLibrary.Api.Clients.ResultFinder< TE, TQ, TD, TU > | /// A standardized, generic implementation of - See also
- IResultFinder, IQueryEncoder, IDataSource, IResponseDecoder
that properly threads together the , , and to execute a find request. |
►CJsonConverter | |
CProApiLibrary.Api.Clients.ResponseDecoders.NewtonsoftStreaming.EntityConverter | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Data.Entities.LatLong | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.AssociationTests.LocationAssociationTest | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.ResponseDecoderTests.LocationProApi20JsonStreamingResponseDecoderTest | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.EntityTests.LocationProxyTest | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.Responses.LocationResponse | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.ResponseDecoders.NewtonsoftStreaming.LocationResponseDecoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.IntegrationTests.LookupTest< T > | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.IntegrationTests.EntityLookupTest< T > | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.IntegrationTests.ErrorResponseTest< T > | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.IntegrationTests.ResponseExceptionTest< T > | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Data.Messages.Message | Messages are generated as a result of requests to the API and contain both a message body and meta data about that message |
CProApiLibrary.Data.Entities.Name | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.AssociationTests.PersonAssociationTest | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Data.Entities.Person.PersonName | |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.ResponseDecoderTests.PersonProApi20JsonStreamingResponseDecoderTest | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.EntityTests.PersonProxyTest | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.Responses.PersonResponse | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.ResponseDecoders.NewtonsoftStreaming.PersonResponseDecoder | Copyright 2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.AssociationTests.PhoneAssociationTest | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.ResponseDecoderTests.PhoneProApi20JsonStreamingResponseDecoderTest | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.EntityTests.PhoneProxyTest | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.Responses.PhoneResponse | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.ResponseDecoders.NewtonsoftStreaming.PhoneResponseDecoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.ResponseDecoders.ProApi20JsonStreamResponseDecoder< IBusiness, HttpResponse > | |
CProApiLibrary.Api.Clients.ResponseDecoders.BusinessProApi20JsonStreamResponseDecoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.ResponseDecoders.ProApi20JsonStreamResponseDecoder< ILocation, HttpResponse > | |
CProApiLibrary.Api.Clients.ResponseDecoders.LocationProApi20JsonStreamResponseDecoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.ResponseDecoders.ProApi20JsonStreamResponseDecoder< IPerson, HttpResponse > | |
CProApiLibrary.Api.Clients.ResponseDecoders.PersonProApi20JsonStreamResponseDecoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.ResponseDecoders.ProApi20JsonStreamResponseDecoder< IPhone, HttpResponse > | |
CProApiLibrary.Api.Clients.ResponseDecoders.PhoneProApi20JsonStreamResponseDecoder | Copyright 2015 Whitepages, Inc. |
CReverseAddress.Program | Copyright @2015 Whitepages, Inc. |
CFindBusiness.Program | Copyright @2015 Whitepages, Inc. |
CFindPerson.Program | Copyright @2015 Whitepages, Inc. |
CReversePhone.Program | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.DataTests.EntityTests.ProxyTestHelper | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.ApiTests.QueryTests.QueryTest | Copyright @2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.QueryEncoders.QueryToProApi20UriEncoder< PhoneQuery > | |
CProApiLibrary.Api.Clients.QueryEncoders.PhoneQueryToProApi20UriEncoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.QueryToProApi20UriEncoderTests< TQ > | Copyright @2015 Whitepages, Inc. |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.WhereQueryToProApi20UriEncoderTests< TQ > | Copyright @2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.QueryToProApi20UriEncoderTests< PhoneQuery > | |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.PhoneQueryToProApi20UriEncoderTests | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Data.Entities.Reputation | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Responses.Response< T > | The Response is the root object for data returned from queries performed via the - See also
- Client
find methods |
CProApiLibrary.Api.Responses.Response< IBusiness > | |
CProApiLibrary.Api.Responses.Response< ILocation > | |
CProApiLibrary.Api.Responses.Response< IPerson > | |
CProApiLibrary.Api.Responses.Response< IPhone > | |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.ResponseDecoderTests.ResponseDecoderHelper | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.ResponseDictionary | |
►CProApiLibraryTests.TestCases.IntegrationTests.ResponseExceptionTest< IPerson > | |
CProApiLibraryTests.TestCases.IntegrationTests.AuthErrorTest | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.ResultFinderFactory | A factory for creation of - See also
- IResultFinder
instances |
CProApiLibraryTests.TestCases.DataTests.AssociationTests.TestDictionaryFactory | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Data.Entities.TimePeriod | Copyright @2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.Utils.UriEncoder | Copyright 2015 Whitepages, Inc. |
CProApiLibrary.Api.Clients.Utils.UriQueryParameters | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.QueryEncoders.WhereQueryToProApi20UriEncoder< BusinessQuery > | |
CProApiLibrary.Api.Clients.QueryEncoders.BusinessQueryToProApi20UriEncoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.QueryEncoders.WhereQueryToProApi20UriEncoder< LocationQuery > | |
CProApiLibrary.Api.Clients.QueryEncoders.LocationQueryToProApi20UriEncoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibrary.Api.Clients.QueryEncoders.WhereQueryToProApi20UriEncoder< PersonQuery > | |
CProApiLibrary.Api.Clients.QueryEncoders.PersonQueryToProApi20UriEncoder | Copyright 2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.WhereQueryToProApi20UriEncoderTests< BusinessQuery > | |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.BusinessQueryToProApi20UriEncoderTests | Copyright @2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.WhereQueryToProApi20UriEncoderTests< LocationQuery > | |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.LocationQueryToProApi20UriEncoderTests | Copyright @2015 Whitepages, Inc. |
►CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.WhereQueryToProApi20UriEncoderTests< PersonQuery > | |
CProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests.PersonQueryToProApi20UriEncoderTests | Copyright @2015 Whitepages, Inc. |