프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AuthProviderEntityTypeId | int? | ||
CampusList | List |
||
Database | OrcaMDF.Core.Engine.Database | ||
HouseholdIdAttribute | Rock.Web.Cache.AttributeCache | ||
ImportPersonAliasId | int? | ||
ImportedBatches | int?>.Dictionary | ||
ImportedPeople | List |
||
InFellowshipLoginAttribute | Rock.Web.Cache.AttributeCache | ||
IndividualIdAttribute | Rock.Web.Cache.AttributeCache | ||
IntegerFieldTypeId | int | ||
PersonEntityTypeId | int | ||
SecondaryEmailAttribute | Rock.Web.Cache.AttributeCache | ||
TextFieldTypeId | int |
메소드 | 설명 | |
---|---|---|
LoadSchema ( string fileName ) : bool |
Loads the database for this instance.
|
|
MapNotes ( IQueryable |
Maps the notes.
|
|
MapPerson ( IQueryable |
Maps the person.
|
|
MapUsers ( IQueryable |
Maps the users.
|
|
TransformData ( string>.Dictionary |
Transforms the data from the dataset.
|
메소드 | 설명 | |
---|---|---|
AddPersonAttribute ( Rock.Web.Cache.AttributeCache attribute, Person person, string value ) : void |
Adds the person attribute.
|
|
AddUserLogin ( int authProviderEntityTypeId, Person person, string value ) : void |
Adds the user login.
|
|
GetFamilyByHouseholdId ( int householdId, bool includeVisitors = true ) : List |
Gets the family by household identifier.
|
|
GetPersonKeys ( int individualId = null, int householdId = null, bool includeVisitors = true ) : Excavator.F1.PersonKeys |
Gets the person keys.
|
메소드 | 설명 | |
---|---|---|
AddAccount ( |
Adds the account.
|
|
LoadExistingRockData ( ) : void |
Loads Rock data that's used globally by the transform
|
|
MapBankAccount ( IQueryable |
Maps the account data.
|
|
MapBatch ( IQueryable |
Maps the batch data.
|
|
MapCommunication ( IQueryable |
Maps the communication data.
|
|
MapCompany ( IQueryable |
Maps the company.
|
|
MapContribution ( IQueryable |
Maps the contribution.
|
|
MapFamilyAddress ( IQueryable |
Maps the family address.
|
|
MapPledge ( IQueryable |
Maps the pledge.
|
|
SaveBankAccounts ( List |
Saves the bank accounts.
|
|
SaveCommunication ( List |
Saves the communication.
|
|
SaveCompanies ( List |
Saves the companies.
|
|
SaveContributions ( List |
Saves the contributions.
|
|
SaveFamilyAddress ( List |
Saves the family address.
|
|
SaveFinancialBatches ( List |
Saves the financial batches.
|
|
SaveNotes ( List |
Saves the notes.
|
|
SavePeople ( List |
Saves the people.
|
|
SavePledges ( List |
Saves the pledges.
|
|
SaveUsers ( List |
Saves the new user logins.
|
protected static AddPersonAttribute ( Rock.Web.Cache.AttributeCache attribute, Person person, string value ) : void | ||
attribute | Rock.Web.Cache.AttributeCache | The attribute. |
person | Person | The person. |
value | string | The value. |
리턴 | void |
protected static AddUserLogin ( int authProviderEntityTypeId, Person person, string value ) : void | ||
authProviderEntityTypeId | int | The id of the auth provider entity type. |
person | Person | The person. |
value | string | The value, probably an email. |
리턴 | void |
protected static GetFamilyByHouseholdId ( int householdId, bool includeVisitors = true ) : List |
||
householdId | int | The household identifier. |
includeVisitors | bool | if set to |
리턴 | List |
protected static GetPersonKeys ( int individualId = null, int householdId = null, bool includeVisitors = true ) : Excavator.F1.PersonKeys | ||
individualId | int | The individual identifier. |
householdId | int | The household identifier. |
includeVisitors | bool | if set to |
리턴 | Excavator.F1.PersonKeys |
public MapNotes ( IQueryable |
||
tableData | IQueryable |
The table data. |
리턴 | void |
public MapPerson ( IQueryable |
||
tableData | IQueryable |
The table data. |
리턴 | void |
public MapUsers ( IQueryable |
||
tableData | IQueryable |
The table data. |
리턴 | void |
public TransformData ( string>.Dictionary |
||
settings | string>.Dictionary | |
리턴 | int |
protected Database,OrcaMDF.Core.Engine Database | ||
리턴 | OrcaMDF.Core.Engine.Database |
protected static AttributeCache,Rock.Web.Cache HouseholdIdAttribute | ||
리턴 | Rock.Web.Cache.AttributeCache |
protected static AttributeCache,Rock.Web.Cache InFellowshipLoginAttribute | ||
리턴 | Rock.Web.Cache.AttributeCache |
protected static AttributeCache,Rock.Web.Cache IndividualIdAttribute | ||
리턴 | Rock.Web.Cache.AttributeCache |
protected static AttributeCache,Rock.Web.Cache SecondaryEmailAttribute | ||
리턴 | Rock.Web.Cache.AttributeCache |