Class PropertyValueValidator
Class used to Validate a property value.s
Inheritance
System.Object
PropertyValueValidator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|---|
System.Object | instance | The instance of the object the property belongs to. |
System.Object | value | The value to validate. |