Show / Hide Table of Contents

Enum DocumentType

Namespace: PayrollEngine.Document
Assembly: PayrollEngine.Core.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum DocumentType

Fields

Name Description
Excel
Json
Pdf
Word
Xml

Extension Methods

DocumentTypeExtensions.GetFileExtension(DocumentType)
EnumExtensions.GetFlags<DocumentType>(DocumentType)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX