C# (CSharp) Shaml.Core.NHibernateValidator Namespace

Nested Namespaces

Shaml.Core.NHibernateValidator.CommonValidatorAdapter
Shaml.Core.NHibernateValidator.ValidatorProvider

Сlasses

Name Description
HasUniqueDomainSignatureAttribute
HasUniqueDomainSignatureValidator Provides a class level validator for determining if the entity has a unique domain signature when compared with other entries in the database. Due to the fact that .NET does not support generic attributes, this only works for entity types having an Id of type int.
HasUniqueDomainSignatureWithGuidIdAttribute
HasUniqueDomainSignatureWithGuidIdValidator Provides a class level validator for determining if the entity has a unique domain signature when compared with other entries in the database. Due to the fact that .NET does not support generic attributes, this only works for entity types having an Id of type string.
HasUniqueDomainSignatureWithStringIdAttribute
HasUniqueDomainSignatureWithStringIdValidator Provides a class level validator for determining if the entity has a unique domain signature when compared with other entries in the database. Due to the fact that .NET does not support generic attributes, this only works for entity types having an Id of type string.