Search Results for

    Show / Hide Table of Contents

    Class PropertyValueValidator

    Class used to Validate a property value.s

    Inheritance
    object
    PropertyValueValidator
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public static class PropertyValueValidator

    Methods

    Validate(object, object)

    Validates a property value.

    Declaration
    public static void Validate(object instance, object value)
    Parameters
    Type Name Description
    object instance

    The instance of the object the property belongs to.

    object value

    The value to validate.

    In this article
    • Methods
      • Validate(object, object)
    Back to top Generated by DocFX