IRecordRepository Interface |
An interface describing a way for getting records.
Namespace: Scanjour.Workflow4.ActivityLibrary.ValidationAssembly: 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)
Syntaxpublic interface IRecordRepository
Public Interface IRecordRepository
public interface class IRecordRepository
type IRecordRepository = interface end
The IRecordRepository type exposes the following members.
Methods | Name | Description |
---|
 | GetRecord |
Gets the record with a given recordKey.
|
Top
See Also