Click or drag to resize

IContactRepository Interface

User repository

Namespace: Scanjour.Workflow4.ActivityLibrary.Repository
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public interface IContactRepository

The IContactRepository type exposes the following members.

Methods
 NameDescription
Public methodGetNameKey Gets key of the user that corresponds to contactName. Throws ContactDoesNotExistException if contact does not exist
Public methodGetNameType Gets type of the user that corresponds to addressKey. Throws ContactDoesNotExistException if contact does not exist
Public methodGetNameTypeReadableName Gets human readable name of nameType
Top
See Also