The BargeExService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BargeExService | Overloaded.
Initializes a new instance of the BargeEx
BargeExService class.
|
Methods
Name | Description | |
---|---|---|
AcknowledgeDocument | Overloaded.
Indicates to BargeEx that the specified document has been
successfully persisted or processed and that subsequent calls
to the
GetNextDocument
method should return the next available document.
| |
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.) | |
Copy |
Creates and returns an identical copy of the current BargeEx
BargeExService.
| |
CreateDocument |
Creates a BargeEx API document class instance from a CICA XML
document and returns an
IDocument
interface for the created class instance.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetDataMappings |
Returns the current BargeEx Master Data Mappings for the indicated
data mapping type. Allows for filtering by Master value or trading
partner value.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetNextDocument | Overloaded.
Returns the next document available for retrieval from BargeEx.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
SendDocument | Overloaded.
Sends the specified document to BargeEx.
| |
Test |
Tests the BargeExService to the BargeEx web services.
| |
ToString | (Inherited from Object.) | |
UpdateDataMapping |
Updates the BargeEx Data Mapping as indicated.
|
Properties
Name | Description | |
---|---|---|
Password |
Gets or sets the BargeEx password.
| |
ProxyDomain |
Gets or sets the domain name of the proxy server to use when
connecting to a BargeEx environment.
| |
ProxyPassword |
Gets or sets the user password to use when connecting to the
proxy server.
| |
ProxyPort |
Get or sets the port number of the proxy server to use when
connecting to a BargeEx environment.
| |
ProxyServer |
Gets or sets the host name of the proxy server to use when connecting
to a BargeEx environment.
| |
ProxyUserName |
Gets or sets the user name to use when connecting to the proxy server.
| |
TradingPartnerNumber |
Gets or sets the BargeEx Trading Partner Number.
| |
Uri |
Gets or sets the Uniform Resource Identifier (URI) of the desired
BargeEx environment.
| |
UseProxyServer |
Specifies whether a proxy server should be used when connecting to a
BargeEx environment.
| |
UserName |
Gets or sets the BargeEx user name.
|