C# Class FluentMetadata.MVC.Specs.ConcernOfComplexModel

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

Protected Properties

Property Type Description
model ComplexModel

Protected Methods

Method Description
CreatePropertyMetadata ( string propertyName ) : void
EstablishContext ( ) : void

Method Details

CreatePropertyMetadata() protected method

protected CreatePropertyMetadata ( string propertyName ) : void
propertyName string
return void

EstablishContext() protected method

protected EstablishContext ( ) : void
return void

Property Details

model protected_oe property

protected ComplexModel model
return ComplexModel