Show / Hide Table of Contents

Enum CommentApproveState

Namespace: Volo.CmsKit.Comments
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
[Flags]
public enum CommentApproveState

Fields

Name Description
All
Approved
Disapproved
Waiting

Extension Methods

AbpObjectExtensions.If<CommentApproveState>(CommentApproveState, bool, Action<CommentApproveState>)
AbpObjectExtensions.If<CommentApproveState>(CommentApproveState, bool, Func<CommentApproveState, CommentApproveState>)
AbpObjectExtensions.IsIn<CommentApproveState>(CommentApproveState, IEnumerable<CommentApproveState>)
AbpObjectExtensions.IsIn<CommentApproveState>(CommentApproveState, params CommentApproveState[])
AbpQueryableExtensions.OrderByIf<T, CommentApproveState>(CommentApproveState, bool, string)
AbpQueryableExtensions.PageBy<T, CommentApproveState>(CommentApproveState, int, int)
AbpQueryableExtensions.WhereIf<T, CommentApproveState>(CommentApproveState, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, CommentApproveState>(CommentApproveState, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, CommentApproveState>(CommentApproveState, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, CommentApproveState>(CommentApproveState, bool, int?)
In this article
Back to top Powered by ABP.IO Platform