Table of Contents

Class DocumentTypeAttribute

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

Indicate a class represents a Document object.

[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class DocumentTypeAttribute : Attribute
Inheritance
DocumentTypeAttribute
Extension Methods

Constructors

DocumentTypeAttribute()

Use the name of the class as the document type name.

public DocumentTypeAttribute()

DocumentTypeAttribute(string)

Specifies the document type by name.

public DocumentTypeAttribute(string documentType)

Parameters

documentType string

Document type name.

Properties

DocumentTypeName

public string DocumentTypeName { get; }

Property Value

string