C# Class Archetype.Tests.TestObjects.ModuleWithMethods

Inheritance: DelegatingObject
Datei anzeigen Open project: idavis/Archetype Class Usage Examples

Public Properties

Property Type Description
MethodWithNoReturnValueOrParametersWasCalled bool
MethodWithNoReturnValueSingleParameterValue int
MethodWithNoReturnValueSingleParameterWasCalled bool
MethodWithReturnValueNoParametersWasCalled bool
MethodWithReturnValueSingleParameterWasCalled bool
StaticMethodWithNoReturnValueOrParametersWasCalled bool

Public Methods

Method Description
MethodWithNoReturnValueOrParameters ( ) : void
MethodWithNoReturnValueSingleParameter ( int value ) : void
MethodWithOutParameter ( int &foo ) : void
MethodWithRefParameter ( int &foo ) : void
MethodWithReturnValueNoParameters ( ) : int
MethodWithReturnValueSingleParameter ( int value ) : int
ModuleWithMethods ( ) : System.Dynamic
ModuleWithMethods ( IDynamicMetaObjectProvider module ) : System.Dynamic
StaticMethodWithNoReturnValueOrParameters ( ) : void

Method Details

MethodWithNoReturnValueOrParameters() public method

public MethodWithNoReturnValueOrParameters ( ) : void
return void

MethodWithNoReturnValueSingleParameter() public method

public MethodWithNoReturnValueSingleParameter ( int value ) : void
value int
return void

MethodWithOutParameter() public method

public MethodWithOutParameter ( int &foo ) : void
foo int
return void

MethodWithRefParameter() public method

public MethodWithRefParameter ( int &foo ) : void
foo int
return void

MethodWithReturnValueNoParameters() public method

public MethodWithReturnValueNoParameters ( ) : int
return int

MethodWithReturnValueSingleParameter() public method

public MethodWithReturnValueSingleParameter ( int value ) : int
value int
return int

ModuleWithMethods() public method

public ModuleWithMethods ( ) : System.Dynamic
return System.Dynamic

ModuleWithMethods() public method

public ModuleWithMethods ( IDynamicMetaObjectProvider module ) : System.Dynamic
module IDynamicMetaObjectProvider
return System.Dynamic

StaticMethodWithNoReturnValueOrParameters() public static method

public static StaticMethodWithNoReturnValueOrParameters ( ) : void
return void

Property Details

MethodWithNoReturnValueOrParametersWasCalled public_oe property

public bool MethodWithNoReturnValueOrParametersWasCalled
return bool

MethodWithNoReturnValueSingleParameterValue public_oe property

public int MethodWithNoReturnValueSingleParameterValue
return int

MethodWithNoReturnValueSingleParameterWasCalled public_oe property

public bool MethodWithNoReturnValueSingleParameterWasCalled
return bool

MethodWithReturnValueNoParametersWasCalled public_oe property

public bool MethodWithReturnValueNoParametersWasCalled
return bool

MethodWithReturnValueSingleParameterWasCalled public_oe property

public bool MethodWithReturnValueSingleParameterWasCalled
return bool

StaticMethodWithNoReturnValueOrParametersWasCalled public_oe static_oe property

public static bool StaticMethodWithNoReturnValueOrParametersWasCalled
return bool