Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022