Show / Hide Table of Contents

Class Header

Inheritance
object
Header
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi.Sdmx.Dto
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Header

Properties

Id

Declaration
public string? Id { get; set; }
Property Value
Type Description
string

PreparedDate

Declaration
public DateTime PreparedDate { get; set; }
Property Value
Type Description
DateTime

SenderId

Declaration
public string? SenderId { get; set; }
Property Value
Type Description
string

Structure

Declaration
public Structure? Structure { get; set; }
Property Value
Type Description
Structure

Test

Declaration
public bool Test { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX