-
Notifications
You must be signed in to change notification settings - Fork 2
NetworkNetOpsInfo
Greg Kolinski edited this page Nov 28, 2017
·
7 revisions
public partial class NetworkNetOpsInfo {
public int BillingUserID {get;set;}
public string BillingContact {get;set;}
public string BillingEMail {get;set;}
public short BillingType {get;set;}
public string InvoiceContact {get;set;}
public string InvoiceEMail {get;set;}
public string SoftwareVersion {get;set;}
public DateTime Created {get;set;}
public DateTime Commissioned {get;set;}
public DateTime Decommissioned {get;set;}
public DateTime Modified {get;set;}
public string RunDir {get;set;}
public string InternalDirectory {get;set;}
public string ExternalDirectoryRoot {get;set;}
public string ExternalDirectoryIn {get;set;}
public string ExternalDirectoryOut {get;set;}
public short ArchiveDays {get;set;}
public string SupportURL {get;set;}
public short BlockSize {get;set;}
public short EnvPerMB {get;set;}
public short OutBoxTimeOut {get;set;}
public string MasterAccount {get;set;}
public int ProcessID {get;set;}
public string UserName {get;set;}
public string UserDomain {get;set;}
public string Server {get;set;}
public int AliasNetworkID {get;set;}
public int AliasMailboxID {get;set;}
public string InBoxPattern {get;set;}
public string OutBoxPattern {get;set;}
public bool X1256 {get;set;}
public short ArchiveDaysInternal {get;set;}
public short ArchiveDaysExternal {get;set;}
public short MaxBatch {get;set;}
public short dbOpenMaxCycles {get;set;}
public short dbOpenMaxSeconds {get;set;}
public NetworkGateway Gateway {get;set;}
public NetworkVPN VPN {get;set;}
public NetworkFTPInfo FTPServer {get;set;}
public NetworkFTPInfo FTPClient {get;set;}
}
- BillingUserID - Integer: The id assigned to a specific Billing User.
- BillingContact - String: The name of a contact person for billing.
- BillingEMail - String: The email address of a contact person for billing.
- BillingType - Short: The value assigned to a specific Billing Type for the entity.
- InvoiceContact - String: The name of a contact person for an Invoice.
- InvoiceEMail - String: The email address of a contact person for an Invoice.
- SoftwareVersion - String: The Software Version for this entry.
- Created - DateTime: The DateTime an entry was created in UTC.
- Commissioned - DateTime: The DateTime an entry was commissioned in UTC.
- Decommissioned - DateTime: The DateTime an entry was decommissioned in UTC.
- Modified - DateTime: The DateTime an entry was last modified in UTC.
- RunDir - String: The run directory for this entry.
- InternalDirectory - String: The internal directory for this entry.
- ExternalDirectoryRoot - String: The external root directory for this entry.
- ExternalDirectoryOut - String: The external outbound directory for this entry.
- ArchiveDays - Short:
- SupportURL - String:
- BlockSize - Short:
- EnvPerMB - Short:
- OutBoxTimeOut - Short:
- MasterAccount - String:
- ProcessID - Integer:
- UserName - String:
- UserDomain - String:
- Server - String:
- AliasNetworkID - Integer:
- AliasMailboxID - Integer:
- InBoxPattern - String:
- OutBoxPattern - String:
- X1256 - Boolean:
- ArchiveDaysInternal - Short:
- ArchiveDaysExternal - Short:
- MaxBatch - Short:
- dbOpenMaxCycles - Short:
- dbOpenMaxSeconds - Short:
- Gateway - Object NetworkGateway:
- VPN - Object NetworkVPN:
- FTPServer - Object NetworkFTPInfo:
- FTPClient - Object NetworkFTPInfo:
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