C# (CSharp) Shaml.Core.NHibernateValidator Пространство имен

Пространства имен

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

Классы

Имя Описание
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.