Property | Type | Description | |
---|---|---|---|
DeclaringType | String | ||
Description | String | ||
EventType | EventType | ||
MethodType | MethodType | ||
Name | String | ||
ParameterTypes | OpenSlx.AutoWire.ParamDescription[] | ||
ReturnType | String | ||
StepType | TargetStepType | ||
TargetEntity | String |
Method | Description | |
---|---|---|
CreateMethod ( OrmEntity entity ) : OrmEntityMethod |
Create a new method or return existing method if appropriate
|
|
CreateTarget ( String descriptionPrefix ) : OrmMethodTarget | ||
Equals ( object obj ) : bool | ||
MatchTarget ( OrmMethodTarget target, TargetStepType targetStepType, String descriptionPrefix ) : bool |
public CreateMethod ( OrmEntity entity ) : OrmEntityMethod | ||
entity | OrmEntity | |
return | OrmEntityMethod |
public CreateTarget ( String descriptionPrefix ) : OrmMethodTarget | ||
descriptionPrefix | String | |
return | OrmMethodTarget |
public MatchTarget ( OrmMethodTarget target, TargetStepType targetStepType, String descriptionPrefix ) : bool | ||
target | OrmMethodTarget | |
targetStepType | TargetStepType | |
descriptionPrefix | String | |
return | bool |
public ParamDescription[],OpenSlx.AutoWire ParameterTypes | ||
return | OpenSlx.AutoWire.ParamDescription[] |