Show / Hide Table of Contents

Class PkiLogEntry

Inheritance
Object
PkiLogEntry
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.EntityFrameworkConnector
Assembly: Lacuna.Pki.EntityFrameworkConnector.dll
Syntax
[Table("LacunaPkiLog")]
public class PkiLogEntry

Constructors

PkiLogEntry()

Declaration
public PkiLogEntry()

Properties

Id

Declaration
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; set; }
Property Value
Type Description
Int32

Level

Declaration
public LogLevels Level { get; set; }
Property Value
Type Description
LogLevels

Message

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

Source

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

UTCDate

Declaration
public DateTime UTCDate { get; set; }
Property Value
Type Description
DateTime
Back to top Copyright © 2015-2020 Lacuna Software