Search Results for

    Show / Hide Table of Contents

    Class DbVaultAccess

    Defines the access level for a user to a Vault

    Inheritance
    System.Object
    DbVaultAccess
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.DbEntities
    Assembly: ImageVault.Core.dll
    Syntax
    public class DbVaultAccess

    Constructors

    DbVaultAccess()

    Initializes a new instance of the DbVaultAccess class.

    Declaration
    public DbVaultAccess()

    DbVaultAccess(VaultAccess)

    Initializes a new instance of the DbVaultAccess class.

    Declaration
    public DbVaultAccess(VaultAccess access)
    Parameters
    Type Name Description
    VaultAccess access

    Properties

    ClaimType

    Declaration
    public string ClaimType { get; set; }
    Property Value
    Type Description
    System.String

    ClaimValue

    Declaration
    public string ClaimValue { get; set; }
    Property Value
    Type Description
    System.String

    DisplayName

    Get/Sets the DisplayName of the DbVaultAccess

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String

    Role

    Get/Sets the Role of the DbVaultAccess

    Declaration
    public VaultRoles Role { get; set; }
    Property Value
    Type Description
    VaultRoles

    Vault

    Get/Sets the Vault of the DbVaultAccess

    Declaration
    public DbVault Vault { get; set; }
    Property Value
    Type Description
    DbVault

    VaultId

    Get/Sets the VaultId of the DbVaultAccess

    Declaration
    public int VaultId { get; set; }
    Property Value
    Type Description
    System.Int32

    VaultRoleId

    Get/Sets the VaultRoleId of the DbVaultAccess

    Declaration
    public int VaultRoleId { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    ToVaultAccess()

    Creates a VaultAccess instance

    Declaration
    public VaultAccess ToVaultAccess()
    Returns
    Type Description
    VaultAccess
    In This Article
    Back to top (c) Meriworks 2002-2022