Class GlobalRoleIdentityFilter
Defines the filter for the GlobalRoleIdentityFilter
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
Implements
System.ICloneable