C# Class Passive.Test.DynamicModelTests.DynamicModelContext

Mostra file Open project: Talljoe/Passive Class Usage Examples

Public Methods

Method Description
GetResult ( ) : dynamic
SetMethod ( string methodName ) : void

Private Methods

Method Description
AllFunc ( ) : dynamic
GetArgs ( ) : object[]
GetSingle ( ) : IEnumerable
PagedFunc ( ) : dynamic
SingleFunc ( ) : dynamic

Method Details

GetResult() public method

public GetResult ( ) : dynamic
return dynamic

SetMethod() public method

public SetMethod ( string methodName ) : void
methodName string
return void