mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
Changed Array module Initialize to InitializeWithAppend
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user