Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class TempCIOT

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

    Properties

    CorrelationId

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

    Error

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

    Message

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

    Path

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

    Timestamp

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

    TimestampField

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

    Methods

    ShouldSerializeTimestamp()

    Declaration
    public bool ShouldSerializeTimestamp()
    Returns
    Type Description
    bool

    ShouldSerializeTimestampField()

    Declaration
    public bool ShouldSerializeTimestampField()
    Returns
    Type Description
    bool