Back to Devexpress

WebApiDataStoreService Members

xpo-devexpress-dot-xpo-dot-db-dot-webapidatastoreservice-dot-underscore-members.md

latest6.9 KB
Original Source

WebApiDataStoreService Members

A generic IDataStore wrapper. Encapsulates the boilerplate code required to implement a Web API service controller for WebApiDataStoreClient.

Constructors

NameDescription
WebApiDataStoreService(IDataStore)Initializes a new instance of the WebApiDataStoreService class with specified settings.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ModifyData(ModificationStatement[])Calls the ModifyData method of the underlying IDataStore with error handling.
ModifyDataAsync(ModificationStatement[], CancellationToken)Calls the ModifyDataAsync method of the underlying IDataStore with error handling.
ModifyDataWithCookie(WebApiDataContainer<ModificationStatement[]>)Calls the ICacheToCacheCommunicationCore.ModifyData method with error handling.
NotifyDirtyTables(WebApiDataContainer<String[]>)Calls the ICacheToCacheCommunicationCore.NotifyDirtyTables method with error handling.
ProcessCookie(DataCacheCookie)Calls the ICacheToCacheCommunicationCore.ProcessCookie method with error handling.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SelectData(SelectStatement[])Calls the SelectData method of the underlying IDataStore with error handling.
SelectDataAsync(SelectStatement[], CancellationToken)Calls the SelectDataAsync method of the underlying IDataStore with error handling.
SelectDataWithCookie(WebApiDataContainer<SelectStatement[]>)Calls the ICacheToCacheCommunicationCore.SelectData method with error handling.
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateSchema(Boolean, DBTable[])Calls the UpdateSchema method of the underlying IDataStore with error handling.
UpdateSchemaAsync(Boolean, DBTable[], CancellationToken)Calls the UpdateSchemaAsync method of the underlying IDataStore with error handling.
UpdateSchemaWithCookie(Boolean, WebApiDataContainer<DBTable[]>)Calls the ICacheToCacheCommunicationCore.UpdateSchema method with error handling.

Events

NameDescription
GlobalServiceExceptionThrown staticOccurs when any operation of any ServiceBase instance fails. Inherited from ServiceBase.
ServiceExceptionThrownOccurs when any operation of ServiceBase fails. Inherited from ServiceBase.

See Also

WebApiDataStoreService Class

DevExpress.Xpo.DB Namespace