-
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:
- Created - DateTime:
- Commissioned - DateTime:
- Decommissioned - DateTime:
- Modified - DateTime:
- RunDir
- InternalDirectory
- ExternalDirectoryRoot
- ExternalDirectoryOut
- ArchiveDays
- SupportURL
- BlockSize
- EnvPerMB
- OutBoxTimeOut
- MasterAccount
- ProcessID
- UserName
- UserDomain
- Server
- AliasNetworkID
- AliasMailboxID
- InBoxPattern
- OutBoxPattern
- X1256
- ArchiveDaysInternal
- ArchiveDaysExternal
- MaxBatch
- dbOpenMaxCycles
- dbOpenMaxSeconds
- Gateway
- VPN
- FTPServer
- FTPClient
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