Advertisement
RoboJ1M

ILanguageServices.cs

Oct 27th, 2011
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 7.37 KB | None | 0 0
  1.     using System;
  2.     using System.Runtime.InteropServices;
  3.    
  4.     namespace LanguageServices
  5.     {
  6.         [Guid("547a7f6e-eeda-4f77-94d0-2dd24f38ba58")]
  7.         public partial interface ILanguageServices
  8.         {
  9.             /// <summary>
  10.             ///
  11.             /// </summary>
  12.             System.Boolean Offence_ExactCaseMatch { get; }
  13.    
  14.             /// <summary>
  15.             ///
  16.             /// </summary>
  17.             System.Boolean Offence_Regex { get; }
  18.    
  19.             /// <summary>
  20.             ///
  21.             /// </summary>
  22.             string Offence { get; }
  23.    
  24.             /// <summary>
  25.             ///
  26.             /// </summary>
  27.             System.Boolean Colour_ExactCaseMatch { get; }
  28.    
  29.             /// <summary>
  30.             ///
  31.             /// </summary>
  32.             System.Boolean Colour_Regex { get; }
  33.    
  34.             /// <summary>
  35.             ///
  36.             /// </summary>
  37.             string Colour { get; }
  38.    
  39.             /// <summary>
  40.             ///
  41.             /// </summary>
  42.             System.Boolean DebtManagementSystem_ExactCaseMatch { get; }
  43.    
  44.             /// <summary>
  45.             ///
  46.             /// </summary>
  47.             System.Boolean DebtManagementSystem_Regex { get; }
  48.    
  49.             /// <summary>
  50.             ///
  51.             /// </summary>
  52.             string DebtManagementSystem { get; }
  53.    
  54.             /// <summary>
  55.             ///
  56.             /// </summary>
  57.             System.Boolean DateOfContravention_ExactCaseMatch { get; }
  58.    
  59.             /// <summary>
  60.             ///
  61.             /// </summary>
  62.             System.Boolean DateOfContravention_Regex { get; }
  63.    
  64.             /// <summary>
  65.             ///
  66.             /// </summary>
  67.             string DateOfContravention { get; }
  68.    
  69.             /// <summary>
  70.             ///
  71.             /// </summary>
  72.             System.Boolean ContraventionDetails_ExactCaseMatch { get; }
  73.    
  74.             /// <summary>
  75.             ///
  76.             /// </summary>
  77.             System.Boolean ContraventionDetails_Regex { get; }
  78.    
  79.             /// <summary>
  80.             ///
  81.             /// </summary>
  82.             string ContraventionDetails { get; }
  83.    
  84.             /// <summary>
  85.             ///
  86.             /// </summary>
  87.             System.Boolean Income_ExactCaseMatch { get; }
  88.    
  89.             /// <summary>
  90.             ///
  91.             /// </summary>
  92.             System.Boolean Income_Regex { get; }
  93.    
  94.             /// <summary>
  95.             ///
  96.             /// </summary>
  97.             string Income { get; }
  98.    
  99.             /// <summary>
  100.             ///
  101.             /// </summary>
  102.             System.Boolean Hold_ExactCaseMatch { get; }
  103.    
  104.             /// <summary>
  105.             ///
  106.             /// </summary>
  107.             System.Boolean Hold_Regex { get; }
  108.    
  109.             /// <summary>
  110.             ///
  111.             /// </summary>
  112.             string Hold { get; }
  113.    
  114.             /// <summary>
  115.             ///
  116.             /// </summary>
  117.             System.Boolean CivilEnforcementOfficer_ExactCaseMatch { get; }
  118.    
  119.             /// <summary>
  120.             ///
  121.             /// </summary>
  122.             System.Boolean CivilEnforcementOfficer_Regex { get; }
  123.    
  124.             /// <summary>
  125.             ///
  126.             /// </summary>
  127.             string CivilEnforcementOfficer { get; }
  128.    
  129.             /// <summary>
  130.             ///
  131.             /// </summary>
  132.             System.Boolean PCNDebt_ExactCaseMatch { get; }
  133.    
  134.             /// <summary>
  135.             ///
  136.             /// </summary>
  137.             System.Boolean PCNDebt_Regex { get; }
  138.    
  139.             /// <summary>
  140.             ///
  141.             /// </summary>
  142.             string PCNDebt { get; }
  143.    
  144.             /// <summary>
  145.             ///
  146.             /// </summary>
  147.             System.Boolean OnHold_ExactCaseMatch { get; }
  148.    
  149.             /// <summary>
  150.             ///
  151.             /// </summary>
  152.             System.Boolean OnHold_Regex { get; }
  153.    
  154.             /// <summary>
  155.             ///
  156.             /// </summary>
  157.             string OnHold { get; }
  158.    
  159.             /// <summary>
  160.             ///
  161.             /// </summary>
  162.             System.Boolean DatePutOnHold_ExactCaseMatch { get; }
  163.    
  164.             /// <summary>
  165.             ///
  166.             /// </summary>
  167.             System.Boolean DatePutOnHold_Regex { get; }
  168.    
  169.             /// <summary>
  170.             ///
  171.             /// </summary>
  172.             string DatePutOnHold { get; }
  173.    
  174.             /// <summary>
  175.             ///
  176.             /// </summary>
  177.             System.Boolean HoldCode_ExactCaseMatch { get; }
  178.    
  179.             /// <summary>
  180.             ///
  181.             /// </summary>
  182.             System.Boolean HoldCode_Regex { get; }
  183.    
  184.             /// <summary>
  185.             ///
  186.             /// </summary>
  187.             string HoldCode { get; }
  188.    
  189.             /// <summary>
  190.             ///
  191.             /// </summary>
  192.             System.Boolean DateHoldExpires_ExactCaseMatch { get; }
  193.    
  194.             /// <summary>
  195.             ///
  196.             /// </summary>
  197.             System.Boolean DateHoldExpires_Regex { get; }
  198.    
  199.             /// <summary>
  200.             ///
  201.             /// </summary>
  202.             string DateHoldExpires { get; }
  203.    
  204.             /// <summary>
  205.             ///
  206.             /// </summary>
  207.             System.Boolean PutOnHoldByUserName_ExactCaseMatch { get; }
  208.    
  209.             /// <summary>
  210.             ///
  211.             /// </summary>
  212.             System.Boolean PutOnHoldByUserName_Regex { get; }
  213.    
  214.             /// <summary>
  215.             ///
  216.             /// </summary>
  217.             string PutOnHoldByUserName { get; }
  218.    
  219.             /// <summary>
  220.             ///
  221.             /// </summary>
  222.             System.Boolean CurrentState_ExactCaseMatch { get; }
  223.    
  224.             /// <summary>
  225.             ///
  226.             /// </summary>
  227.             System.Boolean CurrentState_Regex { get; }
  228.    
  229.             /// <summary>
  230.             ///
  231.             /// </summary>
  232.             string CurrentState { get; }
  233.    
  234.             /// <summary>
  235.             ///
  236.             /// </summary>
  237.             System.Boolean Vrm_ExactCaseMatch { get; }
  238.    
  239.             /// <summary>
  240.             ///
  241.             /// </summary>
  242.             System.Boolean Vrm_Regex { get; }
  243.    
  244.             /// <summary>
  245.             ///
  246.             /// </summary>
  247.             string Vrm { get; }
  248.    
  249.             /// <summary>
  250.             ///
  251.             /// </summary>
  252.             System.Boolean State_ExactCaseMatch { get; }
  253.    
  254.             /// <summary>
  255.             ///
  256.             /// </summary>
  257.             System.Boolean State_Regex { get; }
  258.    
  259.             /// <summary>
  260.             ///
  261.             /// </summary>
  262.             string State { get; }
  263.    
  264.             /// <summary>
  265.             ///
  266.             /// </summary>
  267.             System.Boolean CurrentStatechangedd2d2d4_ExactCaseMatch { get; }
  268.    
  269.             /// <summary>
  270.             ///
  271.             /// </summary>
  272.             System.Boolean CurrentStatechangedd2d2d4_Regex { get; }
  273.    
  274.             /// <summary>
  275.             ///
  276.             /// </summary>
  277.             string CurrentStatechangedd2d2d4 { get; }
  278.    
  279.             /// <summary>
  280.             ///
  281.             /// </summary>
  282.             System.Boolean SimonTest_ExactCaseMatch { get; }
  283.    
  284.             /// <summary>
  285.             ///
  286.             /// </summary>
  287.             System.Boolean SimonTest_Regex { get; }
  288.    
  289.             /// <summary>
  290.             ///
  291.             /// </summary>
  292.             string SimonTest { get; }
  293.    
  294.    
  295.         }
  296.     }  
  297.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement