Exemplo n.º 1
0
        public void ProjectParPjx(ref DataType.ValDataType.Database projectTablePjx)
        {
            projectTablePjx.tableName = "Project";

            projectTablePjx.ns = "xmlns";

            projectTablePjx.nsValue = "http://www.staubli.com/robotics/VAL3/Project/3";
        }
Exemplo n.º 2
0
        public void DatabasePar(ref List <DataType.ValDataType.Database> databaseTableLs)
        {
            DataType.ValDataType.Database databaseTable = new DataType.ValDataType.Database();

            databaseTable.tableName = "Database";

            databaseTable.xsi = "xmlns:xsi";
            databaseTable.ns  = "xmlns";

            databaseTable.xsiValue = "http://www.w3.org/2001/XMLSchema-instance";
            databaseTable.nsValue  = "http://www.staubli.com/robotics/VAL3/Data/2";


            databaseTableLs.Add(databaseTable);
        }