Interface IConsentUserAgreementKey
Defines a key for a consent user agreement
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public interface IConsentUserAgreementKey
Properties
ConsentAgreementId
Id of the consent agreement
Declaration
int ConsentAgreementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ConsentUserId
Id of the consent user
Declaration
int ConsentUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |