Interface IBatchOperation
Inherited Members
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IBatchOperation : IResolutionAction
Properties
GetDefaultMappingAction
Declaration
GetMetadataAction GetDefaultMappingAction { get; set; }
Property Value
ItemsAffected
Declaration
int ItemsAffected { get; }
Property Value
System.
|
MetaItems
Declaration
IEnumerable<MetaItem> MetaItems { get; set; }
Property Value
System.
|
Name
Declaration
string Name { get; }
Property Value
System.
|
SuppressUpdateNotifications
Declaration
bool SuppressUpdateNotifications { get; set; }
Property Value
System.
|
Methods
Initialize(IStoreDataContainer)
Declaration
void Initialize(IStoreDataContainer dataContainer)
Parameters
IStore
|