using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CnasSynchrousModel { public class FoxProOpenParams: OpenSourceParams { public string timeFormat { get; set; } public FoxProAutoSql autosql { get; set; } public FoxProSpecialDataTableOpera specialMethod { get; set; } } }