Class GenericTimeStampType

Namespace
Org.Etsi.Uri._01903.V1._3._2
Assembly
EInvoice.Ubl.dll
[Serializable]
public abstract class GenericTimeStampType
Inheritance
GenericTimeStampType
Derived
Inherited Members

Properties

CanonicalizationMethod

[AllowNull]
[MaybeNull]
public CanonicalizationMethodType CanonicalizationMethod { get; set; }

Property Value

CanonicalizationMethodType

EncapsulatedTimeStamp

[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> EncapsulatedTimeStamp { get; set; }

Property Value

Collection<EncapsulatedPkiDataType>

EncapsulatedTimeStampSpecified

Gets a value indicating whether the EncapsulatedTimeStamp collection is empty.

public bool EncapsulatedTimeStampSpecified { get; }

Property Value

bool

Id

[AllowNull]
[MaybeNull]
public string Id { get; set; }

Property Value

string

Include

[AllowNull]
[MaybeNull]
public Collection<IncludeType> Include { get; set; }

Property Value

Collection<IncludeType>

IncludeSpecified

Gets a value indicating whether the Include collection is empty.

public bool IncludeSpecified { get; }

Property Value

bool

ReferenceInfo

[AllowNull]
[MaybeNull]
public Collection<ReferenceInfoType> ReferenceInfo { get; set; }

Property Value

Collection<ReferenceInfoType>

ReferenceInfoSpecified

Gets a value indicating whether the ReferenceInfo collection is empty.

public bool ReferenceInfoSpecified { get; }

Property Value

bool

XmlTimeStamp

[AllowNull]
[MaybeNull]
public Collection<AnyType> XmlTimeStamp { get; set; }

Property Value

Collection<AnyType>

XmlTimeStampSpecified

Gets a value indicating whether the XmlTimeStamp collection is empty.

public bool XmlTimeStampSpecified { get; }

Property Value

bool