C# Class FluentMetadata.MVC.Specs.When_getting_the_Metadata_of_the_Type_ComplexModel

Inheritance: ConcernOfComplexModel
显示文件 Open project: forger/FluentMetadata

Public Methods

Method Description
CreateMetadata ( ) : void

Private Methods

Method Description
A_validator_is_returned_for_the_generic_rule ( ) : void
Getting_metadata_for_all_properties_does_not_throw_an_exception ( ) : void
The_error_message_of_the_ModelValidationResult_equals_the_message_specified_in_the_rule ( ) : void
The_validator_is_of_type_ClassRuleModelValidator ( ) : void
The_validator_returns_1_ModelValidationResult ( ) : void

Method Details

CreateMetadata() public method

public CreateMetadata ( ) : void
return void