C# Class Habanero.Testability.Helpers.SingleRelDefFake

Inheritance: Habanero.BO.ClassDefinition.SingleRelationshipDef
Show file Open project: Chillisoft/habanero.testability

Public Methods

Method Description
SingleRelDefFake ( ) : System
SingleRelDefFake ( string relName ) : System
SingleRelDefFake ( string relName, Type relatedType ) : System

Method Details

SingleRelDefFake() public method

public SingleRelDefFake ( ) : System
return System

SingleRelDefFake() public method

public SingleRelDefFake ( string relName ) : System
relName string
return System

SingleRelDefFake() public method

public SingleRelDefFake ( string relName, Type relatedType ) : System
relName string
relatedType System.Type
return System