Show / Hide Table of Contents

Class ClientGrantType

Inheritance
System.Object
ClientGrantType
Namespace: Volo.Abp.IdentityServer.Clients
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class ClientGrantType : Entity

Constructors

ClientGrantType()

Declaration
protected ClientGrantType()

ClientGrantType(Guid, String)

Declaration
protected ClientGrantType(Guid clientId, string grantType)
Parameters
Type Name Description
System.Guid clientId
System.String grantType

Properties

ClientId

Declaration
public virtual Guid ClientId { get; protected set; }
Property Value
Type Description
System.Guid

GrantType

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

Methods

Equals(Guid, String)

Declaration
public virtual bool Equals(Guid clientId, string grantType)
Parameters
Type Name Description
System.Guid clientId
System.String grantType
Returns
Type Description
System.Boolean

GetKeys()

Declaration
public override object[] GetKeys()
Returns
Type Description
System.Object[]

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