Validate that the property's value is unique in the database when saved

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class ValidateIsUniqueAttribute : AbstractValidationAttribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.Components.Validator..::AbstractValidationAttribute
      Castle.ActiveRecord..::ValidateIsUniqueAttribute

See Also