Click or drag to resize

JsdcDocumentInfo Class

Document information
Inheritance Hierarchy
SystemObject
  Enerj.CDI.WebService.DTO2021JsdcDocumentInfo

Namespace:  Enerj.CDI.WebService.DTO2021
Assembly:  Enerj.CDI.WebService.DTO2021 (in Enerj.CDI.WebService.DTO2021.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public class JsdcDocumentInfo

The JsdcDocumentInfo type exposes the following members.

Constructors
  NameDescription
Public methodJsdcDocumentInfo
Constructor
Top
Properties
  NameDescription
Public propertyArrivalDateTime
Document arrival data and time
Public propertyFileExtension
Document file name extension
Public propertyFileImage
Document in byte array format
Public propertyFileName
File name of the document
Public propertyGlobalUniqueId
Public propertyHash
Document hash information
Public propertyIdDocumentType
Document type of document
Public propertyMagicNumberWarning
Public propertyMetaAggrDocumentale
Public propertyMetaDocAmministrativo
Public propertyMetaDocInformatico
Public propertyMetaJsdcFlow
Metadata information
Public propertyPriority
Priority of the document preservation
Public propertyRemoteAddress
Remote addresso of the document sender
Public propertyUuid
Document identifier in UUID format
Public propertyUuidDocumentFileName
File name of the document generated with the UUID information
Public propertyUuidMetadataFileName
File name of the document metadata generated with the UUID information
Public propertyXmlJsdcFlow
Public propertyXmlMetadata
Metadata of the document in xml format
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also