Show / Hide Table of Contents

Class ClientProperty

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

Constructors

ClientProperty()

Declaration
protected ClientProperty()

ClientProperty(Guid, String, String)

Declaration
protected ClientProperty(Guid clientId, string key, string value)
Parameters
Type Name Description
System.Guid clientId
System.String key
System.String value

Properties

ClientId

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

Key

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

Value

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

Methods

Equals(Guid, String, String)

Declaration
public virtual bool Equals(Guid clientId, string key, string value)
Parameters
Type Name Description
System.Guid clientId
System.String key
System.String value
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