Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Carrs

    Elemento que informa o transportador responsável pela movimentação do medicamento

    Inheritance
    object
    Carrs
    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.SNCM
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://sncm.anvisa.gov.br/")]
    public class Carrs

    Properties

    Car

    Grupo que informa uma sequencia de transportadores

    Declaration
    [XmlElement("car")]
    public List<Car> Car { get; set; }
    Property Value
    Type Description
    List<Car>