E:\TrabalhoSuely\RoboDescompilado\Redistribuir\ZionRobot\Models\ZFlow\Orgao.cs Untitled right
.using System;  
   
namespace ZionRobot.Models.ZFlow  
{  
    // Token: 0x02000038 RID: 56  
    public class Orgao  
    {  
        // Token: 0x170000BE RID: 190  
        // (get) Token: 0x060001E0 RID: 480 RVA: 0x00009617 File Offset: 0x00007817  
        // (set) Token: 0x060001E1 RID: 481 RVA: 0x0000961F File Offset: 0x0000781F  
        public int? Id  
        {  
            get  
            {  
                return this.id;  
            }  
            set  
            {  
                this.id = value;  
            }  
        }  
   
        // Token: 0x170000BF RID: 191  
        // (get) Token: 0x060001E2 RID: 482 RVA: 0x00009628 File Offset: 0x00007828  
        // (set) Token: 0x060001E3 RID: 483 RVA: 0x00009630 File Offset: 0x00007830  
        public DateTime Dataalteracao  
        {  
            get  
            {  
                return this.dataalteracao;  
            }  
            set  
            {  
                this.dataalteracao = value;  
            }  
        }  
   
        // Token: 0x170000C0 RID: 192  
        // (get) Token: 0x060001E4 RID: 484 RVA: 0x00009639 File Offset: 0x00007839  
        // (set) Token: 0x060001E5 RID: 485 RVA: 0x00009641 File Offset: 0x00007841  
        public DateTime Datacadastro  
        {  
            get  
            {  
                return this.datacadastro;  
            }  
            set  
            {  
                this.datacadastro = value;  
            }  
        }  
   
        // Token: 0x170000C1 RID: 193  
        // (get) Token: 0x060001E6 RID: 486 RVA: 0x0000964A File Offset: 0x0000784A  
        // (set) Token: 0x060001E7 RID: 487 RVA: 0x00009652 File Offset: 0x00007852  
        public bool Sistema  
        {  
            get  
            {  
                return this.sistema;  
            }  
            set  
            {  
                this.sistema = value;  
            }  
        }  
   
        // Token: 0x170000C2 RID: 194  
        // (get) Token: 0x060001E8 RID: 488 RVA: 0x0000965B File Offset: 0x0000785B  
        // (set) Token: 0x060001E9 RID: 489 RVA: 0x00009663 File Offset: 0x00007863  
        public bool Possuiconsultainternet  
        {  
            get  
            {  
                return this.possuiconsultainternet;  
            }  
            set  
            {  
                this.possuiconsultainternet = value;  
            }  
        }  
   
        // Token: 0x170000C3 RID: 195  
        // (get) Token: 0x060001EA RID: 490 RVA: 0x0000966C File Offset: 0x0000786C  
        // (set) Token: 0x060001EB RID: 491 RVA: 0x00009674 File Offset: 0x00007874  
        public bool Exigedigitosimagem  
        {  
            get  
            {  
                return this.exigedigitosimagem;  
            }  
            set  
            {  
                this.exigedigitosimagem = value;  
            }  
        }  
   
        // Token: 0x170000C4 RID: 196  
        // (get) Token: 0x060001EC RID: 492 RVA: 0x0000967D File Offset: 0x0000787D  
        // (set) Token: 0x060001ED RID: 493 RVA: 0x00009685 File Offset: 0x00007885  
        public string Nome  
        {  
            get  
            {  
                return this.nome;  
            }  
            set  
            {  
                this.nome = value;  
            }  
        }  
   
        // Token: 0x170000C5 RID: 197  
        // (get) Token: 0x060001EE RID: 494 RVA: 0x0000968E File Offset: 0x0000788E  
        // (set) Token: 0x060001EF RID: 495 RVA: 0x00009696 File Offset: 0x00007896  
        public string Classe  
        {  
            get  
            {  
                return this.classe;  
            }  
            set  
            {  
                this.classe = value;  
            }  
        }  
   
        // Token: 0x170000C6 RID: 198  
        // (get) Token: 0x060001F0 RID: 496 RVA: 0x0000969F File Offset: 0x0000789F  
        // (set) Token: 0x060001F1 RID: 497 RVA: 0x000096A7 File Offset: 0x000078A7  
        public string Site  
        {  
            get  
            {  
                return this.site;  
            }  
            set  
            {  
                this.site = value;  
            }  
        }  
   
        // Token: 0x170000C7 RID: 199  
        // (get) Token: 0x060001F2 RID: 498 RVA: 0x000096B0 File Offset: 0x000078B0  
        // (set) Token: 0x060001F3 RID: 499 RVA: 0x000096B8 File Offset: 0x000078B8  
        public string Observacao  
        {  
            get  
            {  
                return this.observacao;  
            }  
            set  
            {  
                this.observacao = value;  
            }  
        }  
   
        // Token: 0x170000C8 RID: 200  
        // (get) Token: 0x060001F4 RID: 500 RVA: 0x000096C1 File Offset: 0x000078C1  
        // (set) Token: 0x060001F5 RID: 501 RVA: 0x000096C9 File Offset: 0x000078C9  
        public string Abreviacao  
        {  
            get  
            {  
                return this.abreviacao;  
            }  
            set  
            {  
                this.abreviacao = value;  
            }  
        }  
   
        // Token: 0x170000C9 RID: 201  
        // (get) Token: 0x060001F6 RID: 502 RVA: 0x000096D2 File Offset: 0x000078D2  
        // (set) Token: 0x060001F7 RID: 503 RVA: 0x000096DA File Offset: 0x000078DA  
        public int? Idconversao  
        {  
            get  
            {  
                return this.idconversao;  
            }  
            set  
            {  
                this.idconversao = value;  
            }  
        }  
   
        // Token: 0x170000CA RID: 202  
        // (get) Token: 0x060001F8 RID: 504 RVA: 0x000096E3 File Offset: 0x000078E3  
        // (set) Token: 0x060001F9 RID: 505 RVA: 0x000096EB File Offset: 0x000078EB  
        public int? Idconversaostr  
        {  
            get  
            {  
                return this.idconversaostr;  
            }  
            set  
            {  
                this.idconversaostr = value;  
            }  
        }  
   
        // Token: 0x170000CB RID: 203  
        // (get) Token: 0x060001FA RID: 506 RVA: 0x000096F4 File Offset: 0x000078F4  
        // (set) Token: 0x060001FB RID: 507 RVA: 0x000096FC File Offset: 0x000078FC  
        public int? Proprietario  
        {  
            get  
            {  
                return this.proprietario;  
            }  
            set  
            {  
                this.proprietario = value;  
            }  
        }  
   
        // Token: 0x170000CC RID: 204  
        // (get) Token: 0x060001FC RID: 508 RVA: 0x00009705 File Offset: 0x00007905  
        // (set) Token: 0x060001FD RID: 509 RVA: 0x0000970D File Offset: 0x0000790D  
        public int? Criadopor  
        {  
            get  
            {  
                return this.criadopor;  
            }  
            set  
            {  
                this.criadopor = value;  
            }  
        }  
   
        // Token: 0x170000CD RID: 205  
        // (get) Token: 0x060001FE RID: 510 RVA: 0x00009716 File Offset: 0x00007916  
        // (set) Token: 0x060001FF RID: 511 RVA: 0x0000971E File Offset: 0x0000791E  
        public int? Alteradopor  
        {  
            get  
            {  
                return this.alteradopor;  
            }  
            set  
            {  
                this.alteradopor = value;  
            }  
        }  
   
        // Token: 0x170000CE RID: 206  
        // (get) Token: 0x06000200 RID: 512 RVA: 0x00009727 File Offset: 0x00007927  
        // (set) Token: 0x06000201 RID: 513 RVA: 0x0000972F File Offset: 0x0000792F  
        public int? Clientesistemaid  
        {  
            get  
            {  
                return this.clientesistemaid;  
            }  
            set  
            {  
                this.clientesistemaid = value;  
            }  
        }  
   
        // Token: 0x170000CF RID: 207  
        // (get) Token: 0x06000202 RID: 514 RVA: 0x00009738 File Offset: 0x00007938  
        // (set) Token: 0x06000203 RID: 515 RVA: 0x00009740 File Offset: 0x00007940  
        public string Telefone  
        {  
            get  
            {  
                return this.telefone;  
            }  
            set  
            {  
                this.telefone = value;  
            }  
        }  
   
        // Token: 0x170000D0 RID: 208  
        // (get) Token: 0x06000204 RID: 516 RVA: 0x00009749 File Offset: 0x00007949  
        // (set) Token: 0x06000205 RID: 517 RVA: 0x00009751 File Offset: 0x00007951  
        public string Email  
        {  
            get  
            {  
                return this.email;  
            }  
            set  
            {  
                this.email = value;  
            }  
        }  
   
        // Token: 0x170000D1 RID: 209  
        // (get) Token: 0x06000206 RID: 518 RVA: 0x0000975A File Offset: 0x0000795A  
        // (set) Token: 0x06000207 RID: 519 RVA: 0x00009762 File Offset: 0x00007962  
        public bool Consultawebservice  
        {  
            get  
            {  
                return this.consultawebservice;  
            }  
            set  
            {  
                this.consultawebservice = value;  
            }  
        }  
   
        // Token: 0x170000D2 RID: 210  
        // (get) Token: 0x06000208 RID: 520 RVA: 0x0000976B File Offset: 0x0000796B  
        // (set) Token: 0x06000209 RID: 521 RVA: 0x00009773 File Offset: 0x00007973  
        public string Justica  
        {  
            get  
            {  
                return this.justica;  
            }  
            set  
            {  
                this.justica = value;  
            }  
        }  
   
        // Token: 0x170000D3 RID: 211  
        // (get) Token: 0x0600020A RID: 522 RVA: 0x0000977C File Offset: 0x0000797C  
        // (set) Token: 0x0600020B RID: 523 RVA: 0x00009784 File Offset: 0x00007984  
        public string Tribunal  
        {  
            get  
            {  
                return this.tribunal;  
            }  
            set  
            {  
                this.tribunal = value;  
            }  
        }  
   
        // Token: 0x170000D4 RID: 212  
        // (get) Token: 0x0600020C RID: 524 RVA: 0x0000978D File Offset: 0x0000798D  
        // (set) Token: 0x0600020D RID: 525 RVA: 0x00009795 File Offset: 0x00007995  
        public string Urlteste  
        {  
            get  
            {  
                return this.urlteste;  
            }  
            set  
            {  
                this.urlteste = value;  
            }  
        }  
   
        // Token: 0x170000D5 RID: 213  
        // (get) Token: 0x0600020E RID: 526 RVA: 0x0000979E File Offset: 0x0000799E  
        // (set) Token: 0x0600020F RID: 527 RVA: 0x000097A6 File Offset: 0x000079A6  
        public bool Testarurl  
        {  
            get  
            {  
                return this.testarurl;  
            }  
            set  
            {  
                this.testarurl = value;  
            }  
        }  
   
        // Token: 0x170000D6 RID: 214  
        // (get) Token: 0x06000210 RID: 528 RVA: 0x000097AF File Offset: 0x000079AF  
        // (set) Token: 0x06000211 RID: 529 RVA: 0x000097B7 File Offset: 0x000079B7  
        public bool Distribuirconsulta  
        {  
            get  
            {  
                return this.distribuirconsulta;  
            }  
            set  
            {  
                this.distribuirconsulta = value;  
            }  
        }  
   
        // Token: 0x170000D7 RID: 215  
        // (get) Token: 0x06000212 RID: 530 RVA: 0x000097C0 File Offset: 0x000079C0  
        // (set) Token: 0x06000213 RID: 531 RVA: 0x000097C8 File Offset: 0x000079C8  
        public bool Possuiconsultapush  
        {  
            get  
            {  
                return this.possuiconsultapush;  
            }  
            set  
            {  
                this.possuiconsultapush = value;  
            }  
        }  
   
        // Token: 0x170000D8 RID: 216  
        // (get) Token: 0x06000214 RID: 532 RVA: 0x000097D1 File Offset: 0x000079D1  
        // (set) Token: 0x06000215 RID: 533 RVA: 0x000097D9 File Offset: 0x000079D9  
        public bool Consultainternetpushbipbop  
        {  
            get  
            {  
                return this.consultainternetpushbipbop;  
            }  
            set  
            {  
                this.consultainternetpushbipbop = value;  
            }  
        }  
   
        // Token: 0x170000D9 RID: 217  
        // (get) Token: 0x06000216 RID: 534 RVA: 0x000097E2 File Offset: 0x000079E2  
        // (set) Token: 0x06000217 RID: 535 RVA: 0x000097EA File Offset: 0x000079EA  
        public bool Consultainternetpushadvogga  
        {  
            get  
            {  
                return this.consultainternetpushadvogga;  
            }  
            set  
            {  
                this.consultainternetpushadvogga = value;  
            }  
        }  
   
        // Token: 0x170000DA RID: 218  
        // (get) Token: 0x06000218 RID: 536 RVA: 0x000097F3 File Offset: 0x000079F3  
        // (set) Token: 0x06000219 RID: 537 RVA: 0x000097FB File Offset: 0x000079FB  
        public bool Consultainternetpushdbjus  
        {  
            get  
            {  
                return this.consultainternetpushdbjus;  
            }  
            set  
            {  
                this.consultainternetpushdbjus = value;  
            }  
        }  
   
        // Token: 0x170000DB RID: 219  
        // (get) Token: 0x0600021A RID: 538 RVA: 0x00009804 File Offset: 0x00007A04  
        // (set) Token: 0x0600021B RID: 539 RVA: 0x0000980C File Offset: 0x00007A0C  
        public bool Consultaadvoggacaptchasimples  
        {  
            get  
            {  
                return this.consultaadvoggacaptchasimples;  
            }  
            set  
            {  
                this.consultaadvoggacaptchasimples = value;  
            }  
        }  
   
        // Token: 0x170000DC RID: 220  
        // (get) Token: 0x0600021C RID: 540 RVA: 0x00009815 File Offset: 0x00007A15  
        // (set) Token: 0x0600021D RID: 541 RVA: 0x0000981D File Offset: 0x00007A1D  
        public bool Conadvoggacaptchasimples2dias  
        {  
            get  
            {  
                return this.conadvoggacaptchasimples2dias;  
            }  
            set  
            {  
                this.conadvoggacaptchasimples2dias = value;  
            }  
        }  
   
        // Token: 0x170000DD RID: 221  
        // (get) Token: 0x0600021E RID: 542 RVA: 0x00009826 File Offset: 0x00007A26  
        // (set) Token: 0x0600021F RID: 543 RVA: 0x0000982E File Offset: 0x00007A2E  
        public bool Possuiconsultaprocesso  
        {  
            get  
            {  
                return this.possuiconsultaprocesso;  
            }  
            set  
            {  
                this.possuiconsultaprocesso = value;  
            }  
        }  
   
        // Token: 0x170000DE RID: 222  
        // (get) Token: 0x06000220 RID: 544 RVA: 0x00009837 File Offset: 0x00007A37  
        // (set) Token: 0x06000221 RID: 545 RVA: 0x0000983F File Offset: 0x00007A3F  
        public bool Consultaoabwebservice  
        {  
            get  
            {  
                return this.consultaoabwebservice;  
            }  
            set  
            {  
                this.consultaoabwebservice = value;  
            }  
        }  
   
        // Token: 0x170000DF RID: 223  
        // (get) Token: 0x06000222 RID: 546 RVA: 0x00009848 File Offset: 0x00007A48  
        // (set) Token: 0x06000223 RID: 547 RVA: 0x00009850 File Offset: 0x00007A50  
        public string Timezone  
        {  
            get  
            {  
                return this.timezone;  
            }  
            set  
            {  
                this.timezone = value;  
            }  
        }  
   
        // Token: 0x170000E0 RID: 224  
        // (get) Token: 0x06000224 RID: 548 RVA: 0x00009859 File Offset: 0x00007A59  
        // (set) Token: 0x06000225 RID: 549 RVA: 0x00009861 File Offset: 0x00007A61  
        public string Uf  
        {  
            get  
            {  
                return this.uf;  
            }  
            set  
            {  
                this.uf = value;  
            }  
        }  
   
        // Token: 0x170000E1 RID: 225  
        // (get) Token: 0x06000226 RID: 550 RVA: 0x0000986A File Offset: 0x00007A6A  
        // (set) Token: 0x06000227 RID: 551 RVA: 0x00009872 File Offset: 0x00007A72  
        public bool Consultainternetsolucionare  
        {  
            get  
            {  
                return this.consultainternetsolucionare;  
            }  
            set  
            {  
                this.consultainternetsolucionare = value;  
            }  
        }  
   
        // Token: 0x170000E2 RID: 226  
        // (get) Token: 0x06000228 RID: 552 RVA: 0x0000987B File Offset: 0x00007A7B  
        // (set) Token: 0x06000229 RID: 553 RVA: 0x00009883 File Offset: 0x00007A83  
        public bool Utilizarservidorconsultaservice  
        {  
            get  
            {  
                return this.utilizarservidorconsultaservice;  
            }  
            set  
            {  
                this.utilizarservidorconsultaservice = value;  
            }  
        }  
   
        // Token: 0x170000E3 RID: 227  
        // (get) Token: 0x0600022A RID: 554 RVA: 0x0000988C File Offset: 0x00007A8C  
        // (set) Token: 0x0600022B RID: 555 RVA: 0x00009894 File Offset: 0x00007A94  
        public string Nomeservidorconsulta  
        {  
            get  
            {  
                return this.nomeservidorconsulta;  
            }  
            set  
            {  
                this.nomeservidorconsulta = value;  
            }  
        }  
   
        // Token: 0x170000E4 RID: 228  
        // (get) Token: 0x0600022C RID: 556 RVA: 0x0000989D File Offset: 0x00007A9D  
        // (set) Token: 0x0600022D RID: 557 RVA: 0x000098A5 File Offset: 0x00007AA5  
        public bool Consultainternetadvise  
        {  
            get  
            {  
                return this.consultainternetadvise;  
            }  
            set  
            {  
                this.consultainternetadvise = value;  
            }  
        }  
   
        // Token: 0x170000E5 RID: 229  
        // (get) Token: 0x0600022E RID: 558 RVA: 0x000098AE File Offset: 0x00007AAE  
        // (set) Token: 0x0600022F RID: 559 RVA: 0x000098B6 File Offset: 0x00007AB6  
        public string Naoconsultardiariamente  
        {  
            get  
            {  
                return this.naoconsultardiariamente;  
            }  
            set  
            {  
                this.naoconsultardiariamente = value;  
            }  
        }  
   
        // Token: 0x170000E6 RID: 230  
        // (get) Token: 0x06000230 RID: 560 RVA: 0x000098BF File Offset: 0x00007ABF  
        // (set) Token: 0x06000231 RID: 561 RVA: 0x000098C7 File Offset: 0x00007AC7  
        public int? Maximohoras  
        {  
            get  
            {  
                return this.maximohoras;  
            }  
            set  
            {  
                this.maximohoras = value;  
            }  
        }  
   
        // Token: 0x040000BA RID: 186  
        private int? id;  
   
        // Token: 0x040000BB RID: 187  
        private DateTime dataalteracao;  
   
        // Token: 0x040000BC RID: 188  
        private DateTime datacadastro;  
   
        // Token: 0x040000BD RID: 189  
        private bool sistema;  
   
        // Token: 0x040000BE RID: 190  
        private bool possuiconsultainternet;  
   
        // Token: 0x040000BF RID: 191  
        private bool exigedigitosimagem;  
   
        // Token: 0x040000C0 RID: 192  
        private string nome;  
   
        // Token: 0x040000C1 RID: 193  
        private string classe;  
   
        // Token: 0x040000C2 RID: 194  
        private string site;  
   
        // Token: 0x040000C3 RID: 195  
        private string observacao;  
   
        // Token: 0x040000C4 RID: 196  
        private string abreviacao;  
   
        // Token: 0x040000C5 RID: 197  
        private int? idconversao;  
   
        // Token: 0x040000C6 RID: 198  
        private int? idconversaostr;  
   
        // Token: 0x040000C7 RID: 199  
        private int? proprietario;  
   
        // Token: 0x040000C8 RID: 200  
        private int? criadopor;  
   
        // Token: 0x040000C9 RID: 201  
        private int? alteradopor;  
   
        // Token: 0x040000CA RID: 202  
        private int? clientesistemaid;  
   
        // Token: 0x040000CB RID: 203  
        private string telefone;  
   
        // Token: 0x040000CC RID: 204  
        private string email;  
   
        // Token: 0x040000CD RID: 205  
        private bool consultawebservice;  
   
        // Token: 0x040000CE RID: 206  
        private string justica;  
   
        // Token: 0x040000CF RID: 207  
        private string tribunal;  
   
        // Token: 0x040000D0 RID: 208  
        private string urlteste;  
   
        // Token: 0x040000D1 RID: 209  
        private bool testarurl;  
   
        // Token: 0x040000D2 RID: 210  
        private bool distribuirconsulta;  
   
        // Token: 0x040000D3 RID: 211  
        private bool possuiconsultapush;  
   
        // Token: 0x040000D4 RID: 212  
        private bool consultainternetpushbipbop;  
   
        // Token: 0x040000D5 RID: 213  
        private bool consultainternetpushadvogga;  
   
        // Token: 0x040000D6 RID: 214  
        private bool consultainternetpushdbjus;  
   
        // Token: 0x040000D7 RID: 215  
        private bool consultaadvoggacaptchasimples;  
   
        // Token: 0x040000D8 RID: 216  
        private bool conadvoggacaptchasimples2dias;  
   
        // Token: 0x040000D9 RID: 217  
        private bool possuiconsultaprocesso;  
   
        // Token: 0x040000DA RID: 218  
        private bool consultaoabwebservice;  
   
        // Token: 0x040000DB RID: 219  
        private string timezone;  
   
        // Token: 0x040000DC RID: 220  
        private string uf;  
   
        // Token: 0x040000DD RID: 221  
        private bool consultainternetsolucionare;  
   
        // Token: 0x040000DE RID: 222  
        private bool utilizarservidorconsultaservice;  
   
        // Token: 0x040000DF RID: 223  
        private string nomeservidorconsulta;  
   
        // Token: 0x040000E0 RID: 224  
        private bool consultainternetadvise;  
   
        // Token: 0x040000E1 RID: 225  
        private string naoconsultardiariamente;  
   
        // Token: 0x040000E2 RID: 226  
        private int? maximohoras;  
    }  
}