Class DocumentTypeOptions
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; }