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. |