// Author: Gockner, Simon
// Created: 2020-02-14
// Copyright(c) 2020 SimonG. All Rights Reserved.
using System.Collections.Generic;
namespace GBase.Api
{
///
/// GBase object that allows conversion from
///
public interface IGBaseObject
{
///
/// The FileName of the GBase file for an entry of this object
///
string FileName { get; }
///
/// Initialize this from a given
///
/// The given
void InitializeFromString(string @string); //TODO: Try to remove this method, work with keys
void Initialize(List