Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfoProcesso8200

    Informações do processo judicial

    Inheritance
    object
    InfoProcesso8200
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.ESocial
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class InfoProcesso8200

    Properties

    CodMunic

    Preencher com o código do município, conforme tabela do IBGE

    Declaration
    [XmlElement("codMunic")]
    public string CodMunic { get; set; }
    Property Value
    Type Description
    string

    DtSent

    Informar a data da decisão judicial

    Declaration
    [XmlIgnore]
    public DateTimeOffset DtSent { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtSentField

    Declaration
    [XmlElement("dtSent")]
    public string DtSentField { get; set; }
    Property Value
    Type Description
    string

    IdVara

    Código de identificação da Vara em que o processo tramitou

    Declaration
    [XmlElement("idVara")]
    public string IdVara { get; set; }
    Property Value
    Type Description
    string

    NrProcTrab

    Número que identifica o processo judicial onde a anotação do vínculo foi determinada

    Declaration
    [XmlElement("nrProcTrab")]
    public string NrProcTrab { get; set; }
    Property Value
    Type Description
    string

    UfVara

    Preencher com a sigla da Unidade da Federação onde está localizada a Vara em que o processo tramitou

    Declaration
    [XmlElement("ufVara")]
    public UFBrasil UfVara { get; set; }
    Property Value
    Type Description
    UFBrasil