Customer |
The CustomerRepositoryTCustomer, TAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearAuxiliaryCaches |
Clears any additional cached data associated with this repository
(Inherited from RepositoryReadOnlyT) | |
| ClearCache |
Clears all cached data associated with this repository, for both top-level entities and all sub-entities
(Inherited from RepositoryReadOnlyT) | |
| Delete | Delete a customer | |
| Find(ExpressionFuncT, Boolean, GetAllOptions) |
Retrieves a list of all entities matching a given set of search criteria
(Inherited from RepositoryReadOnlyT) | |
| Find(ExpressionFuncT, Boolean, ExpressionFuncT, IEnumerableNetForumEntity) |
Retrieves a list of all entities matching a given set of search criteria
(Inherited from RepositoryReadOnlyT) | |
| FindByPrimaryEmail(String) | Retrieves all customers sharing a primary email address. | |
| FindByPrimaryEmailT(String) | Retrieves all customers sharing a primary email address. | |
| GetAddressHoldTypes | Retrieves a list of all known Address Hold Types | |
| GetAddressTypes | Retrieves a list of all known Address Types | |
| GetAll(ExpressionFuncT, IEnumerableNetForumEntity) |
Retrieves a list of all known entities managed by this repository
(Inherited from RepositoryReadOnlyT) | |
| GetAll(GetAllOptions) |
Retrieves a list of all known entities managed by this repository
(Inherited from RepositoryReadOnlyT) | |
| GetById(NetForumId) |
Retrieves a single entity by id
(Inherited from RepositoryReadOnlyT) | |
| GetByPrimaryEmail(String) | Retrieves a single customer by their unique primary email address. | |
| GetByPrimaryEmailT(String) | Retrieves a single customer by their unique primary email address. | |
| GetByRecordNumber(Int32) | Retrieves a single customer by their record number. | |
| GetByRecordNumberT(Int32) | Retrieves a single customer by their record number. | |
| GetByWebLogin(String) | Retrieves a single customer by their web login. | |
| GetByWebLoginT(String) | Retrieves a single customer by their web login. | |
| GetEmailTypes | Retrieves a list of all known Email Types | |
| GetFaxTypes | Retrieves a list of all known Fax Types | |
| GetMembershipStatuses | Retrieves a list of all known Membership Statuses | |
| GetMembershipTypes | Retrieves a list of all known Membership Types | |
| GetNamePrefixes | Retrieves a list of all known Name Prefixes | |
| GetNameSuffixes | Retrieves a list of all known Name Suffixes | |
| GetPhoneTypes | Retrieves a list of all known Phone Types | |
| GetPreferredCommunicationMethods | Retrieves a list of all known Communication Methods | |
| GetRelationshipTypes | Retrieves a list of all known Relationship Types | |
| GetWebsiteTypes | Retrieves a list of all known Website Types | |
| InitializeSubEntities | (Overrides RepositoryReadOnlyTInitializeSubEntities(T)) | |
| IsEmailAvailable | Determines if a given email address is currently unused, and thus available for use. | |
| IsWebLoginAvailable | Determines if a given web login is currently unused across all customers (including any soft-deleted customers), and thus available for use. | |
| PrimeCache |
Retrieves and caches the set of all known entities managed by this repository, in order to increase the performance of future
GetAll(GetAllOptions) and GetById(NetForumId) requests. Performance of Find(ExpressionFuncT, Boolean, GetAllOptions) requests will not be improved.
(Inherited from RepositoryReadOnlyT) | |
| RemoveFromCache |
Removes the entity with the specified id from the top-level entity cache if caching is enabled
(Inherited from RepositoryReadOnlyT) | |
| Save | Save a customer |