Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyValidationContext

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Validation
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class PropertyValidationContext

    Methods

    View Source

    CultureAndSegment(String, String)

    Declaration
    public static PropertyValidationContext CultureAndSegment(string culture, string segment)
    Parameters
    Type Name Description
    System.String culture
    System.String segment
    Returns
    Type Description
    PropertyValidationContext
    View Source

    Empty()

    Declaration
    public static PropertyValidationContext Empty()
    Returns
    Type Description
    PropertyValidationContext
    View Source

    IEnumerable<>(String, CulturesBeingValidated)

    Declaration
    public required IEnumerable<>(string, CulturesBeingValidated)
    Parameters
    Type Name Description
    System.String
    CulturesBeingValidated
    Returns
    Type Description
    required
    Type Parameters
    Name Description
    View Source

    IEnumerable<>(String, SegmentsBeingValidated)

    Declaration
    public required IEnumerable<>(string, SegmentsBeingValidated)
    Parameters
    Type Name Description
    System.String
    SegmentsBeingValidated
    Returns
    Type Description
    required
    Type Parameters
    Name Description
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CultureAndSegment(String, String)
      • Empty()
      • IEnumerable<>(String, CulturesBeingValidated)
      • IEnumerable<>(String, SegmentsBeingValidated)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX