Property | Type | Description | |
---|---|---|---|
DataViewGuid | Guid? |
Method | Description | |
---|---|---|
SelectSettings ( ) : System | ||
SelectSettings ( string settingsString ) : System |
Method | Description | |
---|---|---|
OnGetParameters ( ) : IEnumerable |
Gets an ordered set of property values that can be used to construct the settings string.
|
|
OnSetParameters ( int version, IReadOnlyList |
Set the property values parsed from a settings string.
|
protected OnSetParameters ( int version, IReadOnlyList |
||
version | int | The version number of the parameter set. |
parameters | IReadOnlyList |
An ordered collection of strings representing the parameter values. |
return | void |
public SelectSettings ( string settingsString ) : System | ||
settingsString | string | |
return | System |