Search Results for

    Show / Hide Table of Contents

    Interface IDocumentMetadataTemplateService

    Access the DocumentMetadataTemplate

    Inherited Members
    IDocumentMetadataTemplateRepository.GetByReport(Guid)
    Namespace: Simplic.Document
    Assembly: Simplic.Document.dll
    Syntax
    public interface IDocumentMetadataTemplateService : IDocumentMetadataTemplateRepository

    Methods

    | Improve this Doc View Source

    FillDocumentByTemplate(Object, DocumentMetadataTemplate, Document)

    Document metadata is filled with object data by template

    Declaration
    void FillDocumentByTemplate(object obj, DocumentMetadataTemplate template, Document document)
    Parameters
    Type Name Description
    System.Object obj

    data object

    DocumentMetadataTemplate template

    DocumentMetadataTemplate

    Document.Document document

    Document

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx