Show / Hide Table of Contents

Class DocumentMetadata

Inheritance
object
DocumentMetadata
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Document
Assembly: PayrollEngine.Core.dll
Syntax
public class DocumentMetadata

Constructors

DocumentMetadata()

Declaration
public DocumentMetadata()

Properties

Application

Declaration
public string Application { get; }
Property Value
Type Description
string

Author

Declaration
public string Author { get; set; }
Property Value
Type Description
string

Category

Declaration
public string Category { get; set; }
Property Value
Type Description
string

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
string

Company

Declaration
public string Company { get; set; }
Property Value
Type Description
string

Created

Declaration
public DateTime? Created { get; set; }
Property Value
Type Description
DateTime?

CustomProperties

Declaration
public Dictionary<string, string> CustomProperties { get; set; }
Property Value
Type Description
Dictionary<string, string>

Keywords

Declaration
public string Keywords { get; set; }
Property Value
Type Description
string

Modified

Declaration
public DateTime? Modified { get; set; }
Property Value
Type Description
DateTime?

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
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