Class I3LogEventContent
JSON content data class for passing I3V3 log events as a JSON Web Signature (JWS) to an I3V3 log event server.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class I3LogEventContent
  Constructors
| Edit this page View SourceI3LogEventContent()
Default constructor
Declaration
public I3LogEventContent()
  I3LogEventContent(LogEvent)
Constructor.
Declaration
public I3LogEventContent(LogEvent Let)
  Parameters
| Type | Name | Description | 
|---|---|---|
| LogEvent | Let | 
Properties
| Edit this page View Sourcecontent
This field must be a JWS object as defined in Section E.10.4.1 of NENA-STA-010.3.
Declaration
public I3Jws content { get; set; }
  Property Value
| Type | Description | 
|---|---|
| I3Jws |