Search Results for

    Show / Hide Table of Contents

    Class GlobalRoleIdentityFilter

    Defines the filter for the GlobalRoleIdentityFilter

    Inheritance
    System.Object
    IVFilter
    GlobalRoleIdentityFilter
    Implements
    IIVFilter
    System.ICloneable
    Inherited Members
    IVFilter.Skip
    IVFilter.Take
    Namespace: ImageVault.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class GlobalRoleIdentityFilter : IVFilter, IIVFilter

    Constructors

    GlobalRoleIdentityFilter()

    Initializes a new instance of the IdentityFilter class.

    Declaration
    public GlobalRoleIdentityFilter()

    GlobalRoleIdentityFilter(GlobalRoleIdentityFilter)

    Initializes a new instance of the IdentityFilter class.

    Declaration
    protected GlobalRoleIdentityFilter(GlobalRoleIdentityFilter i)
    Parameters
    Type Name Description
    GlobalRoleIdentityFilter i

    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

    Roles

    Get users and groups belonging to a global Role

    Declaration
    public Nullable<GlobalRoles> Roles { get; set; }
    Property Value
    Type Description
    System.Nullable<GlobalRoles>

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    IVFilter.Clone()

    Implements

    IIVFilter
    System.ICloneable

    Extension Methods

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