Class CommentAdminClientProxy
Inherited Members
Namespace: Volo.CmsKit.Admin.Comments
Assembly: Volo.CmsKit.Admin.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(ICommentAdminAppService), typeof(CommentAdminClientProxy) })]
public class CommentAdminClientProxy : ClientProxyBase<ICommentAdminAppService>, ITransientDependency, ICommentAdminAppService, IApplicationService, IRemoteService
Constructors
CommentAdminClientProxy()
Declaration
public CommentAdminClientProxy()
Methods
DeleteAsync(Guid)
Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task |
GetAsync(Guid)
Declaration
public virtual Task<CommentWithAuthorDto> GetAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task<CommentWithAuthorDto> |
GetListAsync(CommentGetListInput)
Declaration
public virtual Task<PagedResultDto<CommentWithAuthorDto>> GetListAsync(CommentGetListInput input)
Parameters
Type | Name | Description |
---|---|---|
CommentGetListInput | input |
Returns
Type | Description |
---|---|
Task<PagedResultDto<CommentWithAuthorDto>> |