Validate that at least one of the properties in the group is not null or empty (for strings)

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
public class ValidateGroupNotEmptyAttribute : AbstractValidationAttribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.Components.Validator..::AbstractValidationAttribute
      Castle.Components.Validator..::ValidateGroupNotEmptyAttribute

See Also