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.