Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Noticia

    Notícia vigente publicada no Portal GNRE.

    Inheritance
    System.Object
    Noticia
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.GNRE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class Noticia

    Properties

    DhPublicacao

    Data/hora de publicação da notícia.

    Declaration
    public DateTime DhPublicacao { get; set; }
    Property Value
    Type Description
    System.DateTime

    DhPublicacaoField

    Data/hora de publicação da notícia. - Utilize a propriedade dhPublicacao

    Declaration
    public string DhPublicacaoField { get; set; }
    Property Value
    Type Description
    System.String

    Texto

    Texto da notícia

    Declaration
    public string Texto { get; set; }
    Property Value
    Type Description
    System.String

    Titulo

    Título da notícia

    Declaration
    public string Titulo { get; set; }
    Property Value
    Type Description
    System.String