mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Changed Array module Initialize to InitializeWithAppend
This commit is contained in:
parent
ef489ab48e
commit
40b8ae6219
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ namespace PepperDash.Core.JsonToSimpl
|
||||||
/// <param name="pathSuffix"></param>
|
/// <param name="pathSuffix"></param>
|
||||||
/// <param name="searchPropertyName"></param>
|
/// <param name="searchPropertyName"></param>
|
||||||
/// <param name="searchPropertyValue"></param>
|
/// <param name="searchPropertyValue"></param>
|
||||||
public void Initialize(string file, string key, string pathPrefix, string pathAppend, string pathSuffix,
|
public void InitializeWithAppend(string file, string key, string pathPrefix, string pathAppend,
|
||||||
string searchPropertyName, string searchPropertyValue)
|
string pathSuffix, string searchPropertyName, string searchPropertyValue)
|
||||||
{
|
{
|
||||||
base.Initialize(file, key, pathPrefix, pathSuffix);
|
base.Initialize(file, key, pathPrefix, pathSuffix);
|
||||||
SearchPropertyName = searchPropertyName;
|
SearchPropertyName = searchPropertyName;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue