Method | Description | |
---|---|---|
CanHandleContext ( IMemberBuildContext context ) : bool |
Determines whether this instance can handle a specified build context.
|
|
PropertyGetBuilder ( IMemberSetupContext context ) : System |
Initializes a new instance of the PropertyGetBuilder class.
|
Method | Description | |
---|---|---|
BuildMember ( IMemberBuildContext context ) : bool |
Builds the specified context.
|
|
ComputeCodeMemberProperty ( IMemberBuildContext context, |
Handle property related stuff before type generation.
|
protected BuildMember ( IMemberBuildContext context ) : bool | ||
context | IMemberBuildContext | The build context of the test method member. |
return | bool |
public static CanHandleContext ( IMemberBuildContext context ) : bool | ||
context | IMemberBuildContext | The build context of the test method member. |
return | bool |
protected ComputeCodeMemberProperty ( IMemberBuildContext context, |
||
context | IMemberBuildContext | The context. Todo: remove it with specialized parameters after development. |
typeMember | The type member. | |
builderData | IBuilderData | The builder data. |
testObjectName | string | Name of the test object member field. |
propertyName | string | Name of the property. |
return | void |
public PropertyGetBuilder ( IMemberSetupContext context ) : System | ||
context | IMemberSetupContext | The build context of the test method member. |
return | System |