The NetSuiteServiceBase type exposes the following members.

Methods

  NameDescription
Add
Invokes NetSuite's add(..) method.
AddList
Invokes NetSuite's addList(..) method.
AsyncAddList
Invokes NetSuite's asyncAddList(..) method.
AsyncDeleteList
Invokes NetSuite's asyncDeleteList(..) method.
AsyncGetList
Invokes NetSuite's asyncGetList(..) method.
AsyncSearch
Invokes NetSuite's asyncSearch(..) method.
AsyncUpdateList
Invokes NetSuite's asyncUpdateList(..) method.
Attach
Invokes NetSuite's attach(..) method.
ChangeEmailOrPassword
Invokes NetSuite's changeEmailOrPassword(..) method.
CheckAsyncStatus
Invokes NetSuite's checkAsyncStatus(..) method.
Delete
Invokes NetSuite's delete(..) method.
DeleteList
Invokes NetSuite's deleteList(..) method.
Detach
Invokes NetSuite's detach(..) method.
Equals
Determines whether the specified Object is equal to the current Object.
(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.
GetAll
Invokes NetSuite's getAll(..) method.
GetAsyncResult
Invokes NetSuite's getAsyncResult(..) method.
GetCustomization
Invokes NetSuite's getCustomization(..) method.
GetDeleted
Invokes NetSuite's getDeleted(..) method..
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetItemAvailability
Invokes NetSuite's getItemAvailability(..) method.
GetList
Invokes NetSuite's getList(..) method.
GetPostingTransactionSummary
Retrieves a summary of the actual data that posted to the general ledger in an account.
GetSavedSearch
Retrieves a list of existing saved search IDs on a per-record-type basis.
GetSelectValue
Invokes NetSuite's getSelectValue(..) method.
GetServerTime
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize
Invokes NetSuite's initialize(..) method.
Logout
Logs out from the current session.
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.
OnBeforeServiceInvocation
Occurs before a remote NetSuite Method is invoked. Deriving classes may override this method to perform additional processing before each Web Service invocation.
OnServiceInvocationError
Occurs when an exception occurs during a NetSuite operation.
Search
Searches using the specified search options.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Update
Invokes NetSuite's update(..) method.
UpdateList
Invokes NetSuite's updateList(..) method.

See Also