Exemplo n.º 1
0
        public void DatasPar(ref List <DataType.ValDataType.Datas> datasTableLs)
        {
            DataType.ValDataType.Datas datasTable = new DataType.ValDataType.Datas();

            datasTable.tableName = "Datas";

            datasTableLs.Add(datasTable);
        }
Exemplo n.º 2
0
 public void TypesParPjx(ref DataType.ValDataType.Datas typesTablePjx)
 {
     typesTablePjx.tableName = "Types";
 }
Exemplo n.º 3
0
 public void LibrariesParPjx(ref DataType.ValDataType.Datas librariesTablePjx)
 {
     librariesTablePjx.tableName = "Libraries";
 }
Exemplo n.º 4
0
 public void DatabaseParPjx(ref DataType.ValDataType.Datas databaseTablePjx)
 {
     databaseTablePjx.tableName = "Database";
 }
Exemplo n.º 5
0
 public void ProgramsParPjx(ref DataType.ValDataType.Datas programsTablePjx)
 {
     programsTablePjx.tableName = "Programs";
 }