Class PropertyValueValidator
Class used to Validate a property value.s
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
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. |