C# Класс Arc.Unit.Tests.Infrastructure.Data.NHibernate.CriteriaExamples

Показать файл Открыть проект

Приватные методы

Метод Описание
Should_add_ascending_ordering ( ) : void
Should_add_descending_ordering ( ) : void
Should_create_alias ( ) : void
Should_create_alias_calling_method_to_criteria ( ) : void
Should_create_conjunction_criteria ( ) : void
Should_create_criteria_from_operation_of_two_properties ( ) : void
Should_create_criteria_with_specification ( ) : void
Should_create_disjunction_criteria ( ) : void
Should_create_full_join_from_alias ( ) : void
Should_create_inner_join_from_alias ( ) : void
Should_create_joined_criteria ( ) : void
Should_create_left_join_from_alias ( ) : void
Should_create_negation_criteria ( ) : void
Should_create_property_contains_value_criteria ( ) : void
Should_create_property_does_not_equal_property_criteria ( ) : void
Should_create_property_ends_with_value_criteria ( ) : void
Should_create_property_equals_null_value_criteria ( ) : void
Should_create_property_equals_property_criteria ( ) : void
Should_create_property_equals_value_criteria ( ) : void
Should_create_property_is_greater_than_or_equal_property_criteria ( ) : void
Should_create_property_is_greater_than_or_equal_to_value_criteria ( ) : void
Should_create_property_is_greater_than_property_criteria ( ) : void
Should_create_property_is_greater_than_value_criteria ( ) : void
Should_create_property_is_less_than_or_equal_to_property_criteria ( ) : void
Should_create_property_is_less_than_or_equal_to_value_criteria ( ) : void
Should_create_property_is_less_than_property_criteria ( ) : void
Should_create_property_is_less_than_value_criteria ( ) : void
Should_create_property_not_equals_value_criteria ( ) : void
Should_create_property_starts_with_value_criteria ( ) : void
Should_create_right_join_from_alias ( ) : void