-
Notifications
You must be signed in to change notification settings - Fork 2
NetworkLog
Greg Kolinski edited this page Nov 28, 2017
·
3 revisions
public partial class NetworkLog {
public int LogID {get;set;}
public DateTime LogDate {get;set;}
public int UserID {get;set;}
public NetworkLogType Type {get;set;}
public NetworkLogStatus Status {get;set;}
public AuthLevel AuthLevel {get;set;}
public string Description {get;set;}
}
- LogID - Integer: The log identifier.
- LogDate - DateTime: The timestamp for the log entry.
- UserID - Integer: The UserID of the person responsible for the entry. A value of zero indicates an internally generated entry.
- Type - Enum NetworkLogType: Indicates whether the entry is system or user generated.
- Status - Enum NetworkLogStatus: The action that generated this log entry.
- AuthLevel - Enum AuthLevel: Minimum authorization level to view this entry.
- Description - String: A freeform value describing the log entry.
Getting Started
- Getting Started - Basics
- Getting Started - Extended Capabilities
- HTTP Connections
- Visual Studio SOAP Connections
- About ECGridOS and Loren Data Corp.
- Documentation & Nomenclature
- Using Web Services
- Networks & Mailboxes
- Users & Authorization Levels
- API Keys & Sessions
- Trading Partners & ECGridIDs
- Interconnects & Trading Partnerships
- Parcels, Interchanges & Mailbags
- Carbon Copies
ECGridOS API Calls
- API Calls - Full Definitions Available
- Asynchronous API Calls - Events
- Asynchronous API Calls - Task\Async\Await