C# 클래스 RockWeb.Blocks.Crm.MergeData

파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ 1 사용 예제들

공개 메소드들

메소드 설명
GetDataTable ( List headingKeys ) : DataTable

Gets the data table.

GetProperty ( string key, bool createIfNotFound = false, string label = "" ) : PersonProperty
GetSelectedValue ( PersonProperty personProperty ) : PersonPropertyValue

Gets the selected value.

MergeData ( ) : System

Initializes a new instance of the MergeData class.

MergeData ( List people, List headingKeys ) : System

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, Enum value, bool selected = false ) : void
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

메소드 상세

GetDataTable() 공개 메소드

Gets the data table.
public GetDataTable ( List headingKeys ) : DataTable
headingKeys List The heading keys.
리턴 System.Data.DataTable

GetProperty() 공개 메소드

public GetProperty ( string key, bool createIfNotFound = false, string label = "" ) : PersonProperty
key string
createIfNotFound bool
label string
리턴 PersonProperty

GetSelectedValue() 공개 메소드

Gets the selected value.
public GetSelectedValue ( PersonProperty personProperty ) : PersonPropertyValue
personProperty PersonProperty The person property.
리턴 PersonPropertyValue

MergeData() 공개 메소드

Initializes a new instance of the MergeData class.
public MergeData ( ) : System
리턴 System

MergeData() 공개 메소드

Initializes a new instance of the MergeData class.
public MergeData ( List people, List headingKeys ) : System
people List The people.
headingKeys List
리턴 System

SetPrimary() 공개 메소드

Sets the primary.
public SetPrimary ( int primaryPersonId ) : void
primaryPersonId int The primary person identifier.
리턴 void