C# Class fitnesse.mtee.engine.PropertyMember

Inheritance: RuntimeMember
Show file Open project: unclebob/nslim

Private Properties

Property Type Description

Public Methods

Method Description
GetParameterType ( int index ) : Type
Invoke ( object parameters ) : TypedValue
MatchesParameterCount ( int count ) : bool
PropertyMember ( MemberInfo memberInfo, object instance ) : System

Method Details

GetParameterType() public method

public GetParameterType ( int index ) : Type
index int
return System.Type

Invoke() public method

public Invoke ( object parameters ) : TypedValue
parameters object
return fitnesse.mtee.model.TypedValue

MatchesParameterCount() public method

public MatchesParameterCount ( int count ) : bool
count int
return bool

PropertyMember() public method

public PropertyMember ( MemberInfo memberInfo, object instance ) : System
memberInfo System.Reflection.MemberInfo
instance object
return System