|
|
|
@ -24,13 +24,6 @@ namespace GBase.Interfaces |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
string FileName { get; } |
|
|
|
string FileName { get; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// Initialize this <see cref="IGBaseObject"/> from a given <see cref="string"/> |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
/// <param name="string">The given <see cref="string"/></param> |
|
|
|
|
|
|
|
[Obsolete] |
|
|
|
|
|
|
|
void InitializeFromString(string @string); //TODO: Try to remove this method, work with keys |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void Initialize(GBaseKey key, List<object> parameters); |
|
|
|
void Initialize(GBaseKey key, List<object> parameters); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |