C# Class BaseJump.Core.Metadata.ModelMetadataProvider

Inheritance: IModelMetadataProvider
Show file Open project: kodefuguru/bungie

Public Methods

Method Description
GetMetadataFor ( object model, string propertyName ) : IModelMetadata

Private Methods

Method Description
GetAttributeMap ( ) : CustomAttributeData>.IDictionary
GetAttributes ( ) : IEnumerable
GetFirstLevelAttributeType ( Type attributeType ) : Type
GetFormat ( ) : string
GetIgnore ( ) : bool
GetName ( ) : string
SetOrderedProperties ( ) : void
UnwrapNullable ( TypeInfo info ) : TypeInfo

Method Details

GetMetadataFor() public method

public GetMetadataFor ( object model, string propertyName ) : IModelMetadata
model object
propertyName string
return IModelMetadata