C# Class Nyan.Modules.Web.REST.WebApiMicroEntityReferenceAttribute

Inheritance: System.Attribute
显示文件 Open project: bucknellu/Nyan

Public Methods

Method Description
WebApiMicroEntityReferenceAttribute ( string metaName, string foreignProperty, Type foreignType, string localProperty = null ) : System

Method Details

WebApiMicroEntityReferenceAttribute() public method

public WebApiMicroEntityReferenceAttribute ( string metaName, string foreignProperty, Type foreignType, string localProperty = null ) : System
metaName string
foreignProperty string
foreignType System.Type
localProperty string
return System