Search Results for

    Show / Hide Table of Contents

    Class CustomListItemValidation

    Inheritance
    object
    CustomListItemValidation
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Entities.Design
    Assembly: LemonEdge.API.dll
    Syntax
    public static class CustomListItemValidation

    Methods

    IsListNameValid(ICustomListItem, IEntityRetriever)

    Declaration
    public static Task<bool> IsListNameValid(ICustomListItem prop, IEntityRetriever cn)
    Parameters
    Type Name Description
    ICustomListItem prop
    IEntityRetriever cn
    Returns
    Type Description
    Task<bool>

    ValidateListItem(ICustomListItem, IEntityUpdater, IReadOnlyCache, UserInfo, ValidationContext)

    Declaration
    public static Task<ValidationResult> ValidateListItem(ICustomListItem listItem, IEntityUpdater dbCon, IReadOnlyCache cache, UserInfo user, ValidationContext validationContext)
    Parameters
    Type Name Description
    ICustomListItem listItem
    IEntityUpdater dbCon
    IReadOnlyCache cache
    UserInfo user
    ValidationContext validationContext
    Returns
    Type Description
    Task<ValidationResult>
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.