Property | Type | Description | |
---|---|---|---|
CallPropertyChanged | void |
Method | Description | |
---|---|---|
AllowParameterList ( int overload ) : bool | ||
GetDescription ( int overload, int currentParameter ) : string | ||
GetHeading ( int overload, string parameterDescription, int currentParameter ) : string | ||
GetParameterCount ( int overload ) : int | ||
GetParameterDescription ( int overload, int paramIndex ) : string | ||
GetParameterName ( int overload, int currentParameter ) : string | ||
ParameterDataProvider ( int startOffset, IEnumerable |
Initializes a new instance of the ParameterDataProvider class.
|
Method | Description | |
---|---|---|
CallPropertyChanged ( string propertyName ) : void |
public AllowParameterList ( int overload ) : bool | ||
overload | int | |
return | bool |
public GetDescription ( int overload, int currentParameter ) : string | ||
overload | int | |
currentParameter | int | |
return | string |
public GetHeading ( int overload, string parameterDescription, int currentParameter ) : string | ||
overload | int | |
parameterDescription | string | |
currentParameter | int | |
return | string |
public GetParameterCount ( int overload ) : int | ||
overload | int | |
return | int |
public GetParameterDescription ( int overload, int paramIndex ) : string | ||
overload | int | |
paramIndex | int | |
return | string |
public GetParameterName ( int overload, int currentParameter ) : string | ||
overload | int | |
currentParameter | int | |
return | string |
public ParameterDataProvider ( int startOffset, IEnumerable |
||
startOffset | int | The start offset. |
methods | IEnumerable |
The methods. |
return | System |