Property | Type | Description | |
---|---|---|---|
errorFilePath | string |
Method | Description | |
---|---|---|
CreateClientStructure ( string>.Dictionary |
Create client structure in taxonomy
|
|
CreateClientTerms ( string>.Dictionary |
Function to create client terms
|
|
CreateTermStructure ( string>.Dictionary |
Create Term store structure
|
|
CreateTerms ( string>.Dictionary |
Creates terms in term group
|
|
DeleteTerms ( string>.Dictionary |
Deletes term store hierarchy
|
|
Main ( string args ) : void | ||
ReadConfigExcel ( string>.Dictionary |
Read configuration values from Excel and create term store hierarchy
|
|
ReadTermData ( Collection |
Function is used to return objects formed using values read from Excel sheet
|
Method | Description | |
---|---|---|
CreatePGTerms ( List |
Create practice group terms
|
|
CreateTermsForClients ( List |
Create client terms
|
|
CustomArea ( |
||
DeleteMatterCenterTerms ( List |
Deletes terms from term stores
|
public static CreateClientStructure ( string>.Dictionary |
||
listval | string>.Dictionary | Configuration values from configuration Excel |
clientList | List |
List of Clients from configuration Excel |
action | bool | flag to create or delete client hierarchy |
return | void |
public static CreateClientTerms ( string>.Dictionary |
||
listval | string>.Dictionary | List of Clients from configuration Excel |
TermsData | List |
Terms data |
return | void |
public static CreateTermStructure ( string>.Dictionary |
||
listval | string>.Dictionary | List of Clients from configuration Excel |
termList | List |
Terms list |
return | void |
public static CreateTerms ( string>.Dictionary |
||
listval | string>.Dictionary | Configuration list values from configuration Excel |
TermsData | List |
Terms Data |
return | void |
public static DeleteTerms ( string>.Dictionary |
||
listval | string>.Dictionary | Configuration values from Excel |
TermsData | List |
Terms Data |
return | void |
public static ReadConfigExcel ( string>.Dictionary |
||
listval | string>.Dictionary | Configuration values from configuration Excel |
action | bool | Flag to create or delete hierarchy |
return | void |
public static ReadTermData ( Collection |
||
sheetValues | Collection |
List of values read from Excel sheet |
termType | string | Term type |
return | Collection |