Show / Hide Table of Contents

Class EdiSignature

The signature of the recipient/person of interest

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiSignature
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiSignature : EdiPatternPropertiesBase

Properties

SignatureContent

The signature as a file (image, reference)

Declaration
public EdiFileContent SignatureContent { get; set; }
Property Value
Type Description
EdiFileContent

SignatureDateTime

The date and time of signature

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

SigneeName

Name of the signee

Declaration
public string SigneeName { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX