The NetSuiteServiceManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NetSuiteServiceManager | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add |
Invokes NetSuite's add(..) method.
(Inherited from NetSuiteServiceBase.) | |
| AddList |
Invokes NetSuite's addList(..) method.
(Overrides NetSuiteServiceBase..::.AddList(array<Record>[]()[]).) | |
| AsyncAddList |
Invokes NetSuite's asyncAddList(..) method.
(Inherited from NetSuiteServiceBase.) | |
| AsyncDeleteList |
Invokes NetSuite's asyncDeleteList(..) method.
(Inherited from NetSuiteServiceBase.) | |
| AsyncGetList |
Invokes NetSuite's asyncGetList(..) method.
(Inherited from NetSuiteServiceBase.) | |
| AsyncSearch |
Invokes NetSuite's asyncSearch(..) method.
(Inherited from NetSuiteServiceBase.) | |
| AsyncUpdateList |
Invokes NetSuite's asyncUpdateList(..) method.
(Inherited from NetSuiteServiceBase.) | |
| Attach |
Invokes NetSuite's attach(..) method.
(Inherited from NetSuiteServiceBase.) | |
| ChangeEmailOrPassword |
Invokes NetSuite's changeEmailOrPassword(..) method.
(Inherited from NetSuiteServiceBase.) | |
| CheckAsyncStatus |
Invokes NetSuite's checkAsyncStatus(..) method.
(Inherited from NetSuiteServiceBase.) | |
| Delete |
Invokes NetSuite's delete(..) method.
(Inherited from NetSuiteServiceBase.) | |
| DeleteList |
Invokes NetSuite's deleteList(..) method.
(Overrides NetSuiteServiceBase..::.DeleteList(array<BaseRef>[]()[]).) | |
| Detach |
Invokes NetSuite's detach(..) method.
(Inherited from NetSuiteServiceBase.) | |
| 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.) | |
| Get |
Invokes NetSuite's get(..) method.
(Inherited from NetSuiteServiceBase.) | |
| GetAll |
Invokes NetSuite's getAll(..) method.
(Inherited from NetSuiteServiceBase.) | |
| GetAsyncResult |
Invokes NetSuite's getAsyncResult(..) method.
(Inherited from NetSuiteServiceBase.) | |
| GetCustomization |
Invokes NetSuite's getCustomization(..) method.
(Inherited from NetSuiteServiceBase.) | |
| GetDeleted |
Invokes NetSuite's getDeleted(..) method..
(Inherited from NetSuiteServiceBase.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetItemAvailability |
Invokes NetSuite's getItemAvailability(..) method.
(Inherited from NetSuiteServiceBase.) | |
| GetList |
Invokes NetSuite's getList(..) method.
(Inherited from NetSuiteServiceBase.) | |
| GetPostingTransactionSummary | Retrieves a summary of the actual data that posted to the general ledger in an account. (Inherited from NetSuiteServiceBase.) | |
| GetSavedSearch | Retrieves a list of existing saved search IDs on a per-record-type basis. (Inherited from NetSuiteServiceBase.) | |
| GetSelectValue |
Invokes NetSuite's getSelectValue(..) method.
(Inherited from NetSuiteServiceBase.) | |
| GetServerTime | (Inherited from NetSuiteServiceBase.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Initialize |
Invokes NetSuite's initialize(..) method.
(Inherited from NetSuiteServiceBase.) | |
| InvokeService | Invokes the remote method using the specified parameters and settings. | |
| Login | Overloaded. | |
| Logout | Logs out from the current session. (Overrides NetSuiteServiceBase..::.Logout()()().) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnAfterServiceInvocation |
Occurs after a remote NetSuite Method is invoked. Deriving classes may override
this method to perform additional processing after each Web Service invocation.
(Inherited from NetSuiteServiceBase.) | |
| OnBeforeServiceInvocation |
Occurs before a remote NetSuite Method is invoked. Deriving classes may override
this method to perform additional processing before each Web Service invocation.
(Inherited from NetSuiteServiceBase.) | |
| OnServiceInvocationError |
Occurs when an exception occurs during a NetSuite operation.
(Inherited from NetSuiteServiceBase.) | |
| Search | Overloaded. | |
| SearchMore | Overloaded. | |
| SearchMoreWithId | Overloaded. | |
| SearchNext | Overloaded. | |
| ToString | (Inherited from Object.) | |
| Update |
Invokes NetSuite's update(..) method.
(Inherited from NetSuiteServiceBase.) | |
| UpdateList |
Invokes NetSuite's updateList(..) method.
(Overrides NetSuiteServiceBase..::.UpdateList(array<Record>[]()[]).) |
Fields
| Name | Description | |
|---|---|---|
| _lastExecutedSearchId | (Inherited from NetSuiteServiceBase.) | |
| _lastSearchPageIndex | (Inherited from NetSuiteServiceBase.) | |
| _log | Utility for logging errors and warnings. | |
| NetSuiteService | Underlying WebService proxy object. |
Properties
| Name | Description | |
|---|---|---|
| ApplicationId |
Gets or sets the NetSuite Application Id.
| |
| Credentials |
Gets or sets the credentials under which Service Manager would operate.
| |
| IsLoggedIn |
Gets whether the current ServiceManager is logged in.
| |
| RemoteUrl | Gets or sets the SuiteTalk webservice URL. | |
| ServiceConfiguration |
Gets or sets the service configuration under which the Service Manager
would operate.
|