Show / Hide Table of Contents

Class PermissionGrant

Inheritance
System.Object
Entity
Entity<Guid>
PermissionGrant
Implements
IEntity<Guid>
IEntity
IMultiTenant
Inherited Members
Entity<Guid>.Id
Entity<Guid>.GetKeys()
Entity<Guid>.ToString()
Entity.EntityEquals(IEntity)
Namespace: Volo.Abp.PermissionManagement
Assembly: Volo.Abp.PermissionManagement.Domain.dll
Syntax
public class PermissionGrant : Entity<Guid>, IEntity<Guid>, IEntity, IMultiTenant

Constructors

PermissionGrant()

Declaration
protected PermissionGrant()

PermissionGrant(Guid, String, String, String, Nullable<Guid>)

Declaration
public PermissionGrant(Guid id, string name, string providerName, string providerKey, Guid? tenantId = null)
Parameters
Type Name Description
Guid id
System.String name
System.String providerName
System.String providerKey
System.Nullable<Guid> tenantId

Properties

Name

Declaration
public virtual string Name { get; protected set; }
Property Value
Type Description
System.String

ProviderKey

Declaration
public virtual string ProviderKey { get; protected set; }
Property Value
Type Description
System.String

ProviderName

Declaration
public virtual string ProviderName { get; protected set; }
Property Value
Type Description
System.String

TenantId

Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Type Description
System.Nullable<Guid>

Implements

IEntity<TKey>
IEntity
IMultiTenant

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft