PropertyBasetypeMemberPath<TFixtureItem,TReturnType> class
Member path for a property where the return type is a twizzar base-tye.
csharp
public class PropertyBasetypeMemberPath<TFixtureItem, TReturnType> :
PropertyMemberPath<TFixtureItem, TReturnType>, IBaseTypePath<TFixtureItem>
public class PropertyBasetypeMemberPath<TFixtureItem, TReturnType> :
PropertyMemberPath<TFixtureItem, TReturnType>, IBaseTypePath<TFixtureItem>
parameter | description |
---|---|
TFixtureItem | The root fixture item type. |
TReturnType | The return type of the property. |
Public Members
name | description |
---|---|
PropertyBasetypeMemberPath(…) | Initializes a new instance of the PropertyBasetypeMemberPath class. |
Unique() |
See Also
- class PropertyMemberPath<TFixtureItem,TReturnType>
- interface IBaseTypePath<TFixtureItem>
- namespace Twizzar.Fixture.Member