Class IdentitySecurityLogClientProxy
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IIdentitySecurityLogAppService), typeof(IdentitySecurityLogClientProxy) })]
public class IdentitySecurityLogClientProxy : ClientProxyBase<IIdentitySecurityLogAppService>, ITransientDependency, IIdentitySecurityLogAppService, IApplicationService, IRemoteService
Constructors
IdentitySecurityLogClientProxy()
Declaration
public IdentitySecurityLogClientProxy()
Methods
GetAsync(Guid)
Declaration
public virtual Task<IdentitySecurityLogDto> GetAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task<IdentitySecurityLogDto> |
GetListAsync(GetIdentitySecurityLogListInput)
Declaration
public virtual Task<PagedResultDto<IdentitySecurityLogDto>> GetListAsync(GetIdentitySecurityLogListInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| GetIdentitySecurityLogListInput | input |
Returns
| Type | Description |
|---|---|
| Task<PagedResultDto<IdentitySecurityLogDto>> |