Documentation of the Types

Classes


Address

DocsMarshal.Utility.MailModel.Address

Description:

Represents an email address.


Attachment

DocsMarshal.Utility.MailModel.Attachment

Description:

Represents an email attachment.


BarcodeFound

DocsMarshal.Workflow.ActivityLibrary.Images.Models.BarcodeFound

Description:

This class represents a barcode found in a pdf file.


BarcodeFound

DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.BarcodeFound

Description:

This class represents a barcode found in a pdf file.


BarcodeFoundWithContent

DocsMarshal.Workflow.ActivityLibrary.Images.Models.BarcodeFoundWithContent

Description:

This class represents all the pages identified by a single barcode in a pdf file with their contents


BarcodeFoundWithContent

DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.BarcodeFoundWithContent

Description:

This class represents all the pages identified by a single barcode in a pdf file with their contents


DMAIDominantLanguage

DocsMarshal.Entities.DMAIDominantLanguage

Description:

This class represents a language in AWS detect dominant language activity.


DMAIEntity

DocsMarshal.Entities.DMAIEntity

Description:

A class which represents an entity detected by the activity DetectEntities in AWS.


DMAISentiment

DocsMarshal.Entities.DMAISentiment

Description:

This class represents a text sentiment detected with 'DetectSentiment' activity. The sentiment told if the text is POSITIVE, NEGATIVE, NEUTRAL or MIXED.


DmFile

DocsMarshal.Entities.DmFile

Description:

The class DmFile represents a file saved in DocsMarshal


DMGanttTask

DocsMarshal.Entities.DMGanttTask

Description:

This class represents an activity of a Gantt


DMObjectMailRelation

DocsMarshal.Entities.DMObjectMailRelation

Description:

Represents a relationship between an email and a profile.


FileValue

DocsMarshal.Entities.FileValue

Description:

The class FileValue represents a file.


Gantt

DocsMarshal.Entities.Gantt

Description:

This class contains the informations of a Gantt


GanttClassTypeConfig

DocsMarshal.Entities.GanttClassTypeConfig

Description:

This class represents a classType configuration property that can be used inside the Gantt Configuration JSON (DocsMarshal.Entities.GanttConfiguration).


GanttConfiguration

DocsMarshal.Entities.GanttConfiguration

Description:

This class represents the JSON configuration of a DocsMarshal Gantt


GanttTask

DocsMarshal.Entities.GanttTask

Description:

This class represents the configuration object of an activity of a Gantt


GanttTaskDependency

DocsMarshal.Entities.GanttTaskDependency

Description:

This class represents the configuration object of a dependency between two tasks of a Gantt. Dependencies allow you to define relationships between tasks and visualize the sequence in which they must be completed in order to close a project.


GanttTaskLink

DocsMarshal.Entities.GanttTaskLink

Description:

This class represents the configuration object of a GanttTaskLink. The link is used to create a relation between two tasks of a Gantt. For example, a milestone can links multiple tasks that should be done within the milestone date


GanttTaskPlanningCategory

DocsMarshal.Entities.GanttTaskPlanningCategory

Description:

This class represents a Planning Category assignment to a task of a Gantt


GanttTaskResourceLink

DocsMarshal.Entities.GanttTaskResourceLink

Description:

This class represents the configuration object of an resource of an activity of a Gantt


GanttTaskResourceRequirement

DocsMarshal.Entities.GanttTaskResourceRequirement

Description:

This class represents a resource requirement of a task of a Gantt. It contains informations about the requirements that the resource must have in order to be assigned to the task. You can also configure that it should be the PlanningService to perform a dynamic resource assigment.


GanttTaskState

DocsMarshal.Entities.GanttTaskState

Description:

This class represents the state of a task of a Gantt


S3File

DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.S3File

Description:

This class represents a file uploaded in AWS S3 storage.


Interfaces


IDmFile

DocsMarshal.Entities.Interfaces.IDmFile

Description:

IDmFile is an interface that represents a file saved in DocsMarshal. To create an IDmFile you must create first an IFileValue and then it is necessary to pass it as parameter in the DmFile constructor ('New DmFile(new FileValue(<your_name>, <your_content>))').


IDMGanttTask

DocsMarshal.Entities.Interfaces.IDMGanttTask

Description:

IDMGanttTask is an interface that represents an activity of a Gantt. To create an IDMGanttTask you must create the related class DMGanttTask. Please refer to the 'DocsMarshal.Entities.DMGanttTask' documentation for more informations.


IFileValue

DocsMarshal.Entities.Interfaces.IFileValue

Description:

IFileValue is an interface that represents a file. To create an IFileValue you must create a FileValue by the keyword 'new' passing FileName and Content as parameter ('New FileValue(<your_name>, <your_content>)').


IGanttTask

DocsMarshal.Entities.Interfaces.IGanttTask

Description:

IGanttTask is an interface that represents the configuration object of an activity of a Gantt. To create an IGanttTask you must create the related class GanttTask. Please refer to the 'DocsMarshal.Entities.GanttTask' documentation for more informations.


IMailAddress

DocsMarshal.Interfaces.Models.IMailAddress

Description:

Represents an email address.


IMailAttachment

DocsMarshal.Interfaces.Models.IMailAttachment

Description:

Represents an email attachment.


Enums


EAIEntityType

DocsMarshal.Entities.Enums.EAIEntityType

Description:

This enumeration represents the type of an entity returned by DetectEntities activity of AWS.


EAISentimentType

DocsMarshal.Entities.Enums.EAISentimentType

Description:

This enumeration lists the possible sentiments which 'DetectSentiment' activity is able to detect in a given text.


EAWSTextractBlockType

DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.EAWSTextractBlockType

Description:

This enumaration represents all the types a textract block could be.


EBarcodeInDocument

DocsMarshal.Workflow.ActivityLibrary.Images.Models.Enums.EBarcodeInDocument

Description:

An enumeration that indicates where a bar code is placed referring to a group of files.


EBarcodeInDocument

DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.Enums.EBarcodeInDocument

Description:

An enumeration that indicates where a bar code is placed referring to a group of files.


EBarcodePosition

DocsMarshal.Workflow.ActivityLibrary.Images.Models.Enums.EBarcodePosition

Description:

An enumeration that indicates a position where a barcode is located.


EBarcodePosition

DocsMarshal.Workflow.ActivityLibrary.Images.Models.Enums.EBarcodePosition

Description:

An enumeration that indicates the the format of a barcode.


EBarcodePosition

DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.Enums.EBarcodePosition

Description:

An enumeration that indicates a position where a barcode is located.


EBarcodePosition

DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.Enums.EBarcodePosition

Description:

An enumeration that indicates the the format of a barcode.


ECalendarAccessRole

DocsMarshal.Workflow.ActivityLibrary.GoogleCalendar.Entities.ECalendarAccessRole

Description:

The role assigned to the scope in a GoogleCalendar Acl.


ECompressionLevel

DocsMarshal.Workflow.ActivityLibrary.Compress.ECompressionLevel

Description:

An enumeration that indicate the compression level that can be used to compress a file into a zip archive.


EDMStaticField

DocsMarshal.Entities.Enums.EDMStaticField

Description:

I FieldID possono essere numeri interi negativi ( -1, -4, ecc...) ed ognuno di essi si rifersce ad un campo di DocsMarshal. Alcuni campi in DocsMarshal hanno infatti un ID statico che permette di identificarli in qualunque contesto con semplicità.


EFieldType

DocsMarshal.Entities.EFieldType

Description:

Questa enumerazione rappresenta tutti i possibili tipi di cui può essere un campo in DocsMarshal


EFontStyle

DocsMarshal.Workflow.ActivityLibrary.Office.Excel.Enums.EFontStyle

Description:

Describes the possible font styles the text of an cell in Excel could have.


EGanttDependencyType

DocsMarshal.Entities.Enums.EGanttDependencyType

Description:

This enum defines the type of a gantt task dependency


EGanttTaskResourceLinkGrant

DocsMarshal.Entities.Enums.EGanttTaskResourceLinkGrant

Description:

This enum defines the resource grants of a task of a Gantt


EGanttTaskState

DocsMarshal.Entities.Enums.EGanttTaskState

Description:

This enum defines the represented value of a gantt task state


EHorizontalAlignment

DocsMarshal.Workflow.ActivityLibrary.Office.Excel.Enums.EHorizontalAlignment

Description:

Describes the possible horizobntal alignment of an cell in Excel.


EOrderBy

DocsMarshal.Entities.Enums.EOrderBy

Description:

Indicates the mode of a sort which can be ascending or descending.


EOutputType

DocsMarshal.Workflow.ActivityLibrary.Compress.EOutputType

Description:

An enumeration that indicate which output will be used to return the compressed file.


EOutputType

DocsMarshal.Workflow.ActivityLibrary.Pdf.EOutputType

Description:

An enumeration that indicate which output will be used to return the compressed file.


EPresenterType

DocsMarshal.Entities.Enums.EPresenterType

Description:

Questa enumerazione rappresenta tutti i possibili tipi di cui può essere il presenter di un campo.


EProxyType

DocsMarshal.Utility.FTP.Entities.EProxyType

Description:

The proxy scheme used by your FTP proxy server.


ERelationshipType

DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.ERelationshipType

Description:

This enumeration indicates of which tipes could be a relationship between two textract blocks.


EStorageClass

DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.EStorageClass

Description:

This enumeration indicates every storage class a file in S3 could be in.


EVerb

DocsMarshal.Workflow.ActivityLibrary.Http.Model.Enums.EVerb

Description:

HTTP defines a set of request methods (also called HTTP Verbs) to indicate the desired action to be performed for a given resource. This enumeration defines the set of the available verbs for HTTP activities.


EVerticalAlignment

DocsMarshal.Workflow.ActivityLibrary.Office.Excel.Enums.EVerticalAlignment

Description:

Describes the possible vertical alignment of an cell in Excel.


Platform

DocsMarshal.Workflow.ActivityLibrary.AzureNotificationHub.Platform

Description:

Represents the platform for which the message is.


Other


EDestinationStatus

DocsMarshal.Entities.Enums.EDestinationStatus

Description:

A generic enumeration that indicate the status of the destination notification.


Show all entities