IRepositoryOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IRepositoryOperations
type IRepositoryOperations = interface
Public Interface IRepositoryOperations
Methods
DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GetAttributesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GetListWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
UpdateAttributesWithHttpMessagesAsync(String, ChangeableAttributes, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
DeleteAsync(IRepositoryOperations, String, CancellationToken)
GetAttributesAsync(IRepositoryOperations, String, CancellationToken)
GetListAsync(IRepositoryOperations, String, Nullable<Int32>, CancellationToken)
UpdateAttributesAsync(IRepositoryOperations, String, ChangeableAttributes, CancellationToken)
Applies to