C# Class MvcApi.Query.ExpressionParser.MappedMemberInfo

Exibir arquivo Open project: dax70/MvcApi

Public Methods

Method Description
MappedMemberInfo ( Type mappedType, string memberName, bool isStatic, bool isMethod ) : System

Method Details

MappedMemberInfo() public method

public MappedMemberInfo ( Type mappedType, string memberName, bool isStatic, bool isMethod ) : System
mappedType System.Type
memberName string
isStatic bool
isMethod bool
return System