Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class SendTextMessageContent

    Inheritance
    object
    SendTextMessageContent
    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.UMessenger
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class SendTextMessageContent

    Properties

    Files

    Declaration
    [XmlElement("Files")]
    public SendTextMessageFiles Files { get; set; }
    Property Value
    Type Description
    SendTextMessageFiles

    Id

    Declaration
    [XmlAttribute("Id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    InstanceName

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

    Testing

    Declaration
    [XmlElement("Testing")]
    public bool Testing { get; set; }
    Property Value
    Type Description
    bool

    Text

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

    To

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

    UseHomologServer

    Declaration
    [XmlElement("UseHomologServer")]
    public bool UseHomologServer { get; set; }
    Property Value
    Type Description
    bool

    UseHomologServerSpecified

    Declaration
    [XmlIgnore]
    public bool UseHomologServerSpecified { get; set; }
    Property Value
    Type Description
    bool