Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class StakeholderId

    Inheritance
    System.Object
    StakeholderId
    Car
    Declarant
    Outsrc
    Prtnr
    Shipper
    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.SNCM
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public abstract class StakeholderId

    Properties

    CNES

    Número do Cadastro Nacional de Estabelecimentos de Saúde.

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

    CNPJ

    Número no Cadastro Nacional de Pessoas Jurídicas.

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

    CPF

    Número no Cadastro de Pessoas Físicas.

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

    Methods

    ShouldSerializeCNES()

    Declaration
    public bool ShouldSerializeCNES()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    System.Boolean