UniqueFieldValueConstraint.

UniqueFieldValueConstraint(Object, string) Constructor

Summary

constructor to create a UniqueFieldValueConstraint.

Syntax

public UniqueFieldValueConstraint(Object clazz, string fieldName)

Remarks

constructor to create a UniqueFieldValueConstraint.

Parameters

Name Type Description
clazz Object can be a class (Java) / Type (.NET) / instance of the class / fully qualified class name
fieldName string the name of the field that is to be unique.

Return Value

Type Description
void