Interface IContactZoneRepository
Assembly: Simplic.Contact.dll
public interface IContactZoneRepository
Methods
|
Improve this Doc
View Source
Declaration
void Delete(ContactZone zone)
Parameters
|
Improve this Doc
View Source
Declaration
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<ContactZone> GetAll(bool includeDeleted)
Parameters
Type |
Name |
Description |
System.Boolean |
includeDeleted |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ContactZone> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<ContactZone> GetAssigned(long contactId)
Parameters
Type |
Name |
Description |
System.Int64 |
contactId |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ContactZone> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<ContactZone> GetByOwner(Guid contactGuid)
Parameters
Type |
Name |
Description |
System.Guid |
contactGuid |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ContactZone> |
|
|
Improve this Doc
View Source
Declaration
bool RemoveZoneAssignments(IList<ContactZone> zones)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<ContactZone> |
zones |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
void Save(ContactZone zone)
Parameters
|
Improve this Doc
View Source
Declaration
bool SetZoneAssignments(IList<ContactZone> zones)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<ContactZone> |
zones |
|
Returns
Type |
Description |
System.Boolean |
|