|
|
|
@ -2,6 +2,8 @@ |
|
|
|
// Created: 2020-02-14 |
|
|
|
// Created: 2020-02-14 |
|
|
|
// Copyright(c) 2020 SimonG. All Rights Reserved. |
|
|
|
// Copyright(c) 2020 SimonG. All Rights Reserved. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
|
|
|
|
|
|
|
namespace GBase.Api |
|
|
|
namespace GBase.Api |
|
|
|
{ |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
@ -14,5 +16,7 @@ namespace GBase.Api |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
/// <param name="string">The given <see cref="string"/></param> |
|
|
|
/// <param name="string">The given <see cref="string"/></param> |
|
|
|
void InitializeFromString(string @string); |
|
|
|
void InitializeFromString(string @string); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void Initialize(List<object> parameters); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |