프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DataViewGuid | Guid? |
메소드 | 설명 | |
---|---|---|
SelectSettings ( ) : System | ||
SelectSettings ( string settingsString ) : System |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public SelectSettings ( string settingsString ) : System | ||
settingsString | string | |
리턴 | System |