Table of Contents

Class DocumentTypeOptions

Namespace
JobFlow.Core.Documents
Assembly
JobFlow.Core.dll

Options to map a document type to concrete type.

public class DocumentTypeOptions
Inheritance
DocumentTypeOptions
Extension Methods

Remarks

For example:

{
    "JobFlow": {
        "DocumentTypes": {
            "TypeMappings": {
                "MyDocumentType": "MyApplication.Documents.Primary.MyDocument"
            }
        }
    }
}

Properties

TypeMappings

public Dictionary<string, string> TypeMappings { get; set; }

Property Value

Dictionary<string, string>