Метод | Описание | |
---|---|---|
GetDataTable ( List |
Gets the data table.
|
|
GetProperty ( string key, bool createIfNotFound = false, string label = "" ) : |
||
GetSelectedValue ( |
Gets the selected value.
|
|
MergeData ( ) : System |
Initializes a new instance of the MergeData class.
|
|
MergeData ( List |
Initializes a new instance of the MergeData class.
|
|
SetPrimary ( int primaryPersonId ) : void |
Sets the primary.
|
Метод | Описание | |
---|---|---|
AddPerson ( Person person ) : void | ||
AddProperty ( string key, int personId, System.DateTime value, bool selected = false ) : void | ||
AddProperty ( string key, int personId, DefinedValue value, bool selected = false ) : void | ||
AddProperty ( string key, int personId, |
||
AddProperty ( string key, int personId, bool value, bool selected = false ) : void | ||
AddProperty ( string key, int personId, string value, bool selected = false ) : void | ||
AddProperty ( string key, string label, int personId, DefinedValue value, bool selected = false ) : void | ||
AddProperty ( string key, string label, int personId, string value, bool selected = false ) : void | ||
AddProperty ( string key, string label, int personId, string value, string formattedValue, bool selected = false ) : void |
public GetDataTable ( List |
||
headingKeys | List |
The heading keys. |
Результат |
public GetProperty ( string key, bool createIfNotFound = false, string label = "" ) : |
||
key | string | |
createIfNotFound | bool | |
label | string | |
Результат |
public GetSelectedValue ( |
||
personProperty | The person property. | |
Результат |
public MergeData ( List |
||
people | List |
The people. |
headingKeys | List |
|
Результат | System |
public SetPrimary ( int primaryPersonId ) : void | ||
primaryPersonId | int | The primary person identifier. |
Результат | void |