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
    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.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class GlobalRoleIdentityFilter : IVFilter, IIVFilter, ICloneable

    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

    Identity

    Get/Sets the Identity of the GlobalRoleIdentityFilter

    Declaration
    [Obsolete("Use ClaimValue instead")]
    public string Identity { get; set; }
    Property Value
    Type Description
    System.String

    Roles

    Get users and groups belonging to a global Role

    Declaration
    public 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