Class DefaultBatchOperationProvider
Inheritance
System.Object
DefaultBatchOperationProvider
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public class DefaultBatchOperationProvider : IBatchOperationProvider
Constructors
DefaultBatchOperationProvider()
Declaration
public DefaultBatchOperationProvider()
Properties
DataContainer
Declaration
public IStoreDataContainer DataContainer { get; }
Property Value
|
IStoreDataContainer
|
Implements
Methods
GetClassBatchOperations()
Declaration
public IList<IBatchOperation> GetClassBatchOperations()
Returns
|
System.Collections.Generic.IList<IBatchOperation>
|
Implements
GetPropertyBatchOperations()
Declaration
public IList<IBatchOperation> GetPropertyBatchOperations()
Returns
|
System.Collections.Generic.IList<IBatchOperation>
|