Click or drag to resize
IScoreContactRuleInfoProvider Methods

The IScoreContactRuleInfoProvider type exposes the following members.

Methods
  NameDescription
Public methodAdd
Creates ScoreContactRuleInfo binding.
Public methodDelete
Deletes the info object from the underlying data store.
(Inherited from IInfoProvider<TInfo>.)
Public methodGet()
Gets the object query for TInfo retrieval.
(Inherited from IInfoProvider<TInfo>.)
Public methodGet(Int32)
Gets an instance of info object based on its ID.
(Inherited from IInfoByIdProvider<TInfo>.)
Public methodGet(Int32, Int32, Int32)
Gets an instance of the ScoreContactRuleInfo binding structure.
Public methodGetAsync(Int32, Nullable<CancellationToken>)
Asynchronously gets an instance of info object based on its ID.
(Inherited from IInfoByIdProvider<TInfo>.)
Public methodGetAsync(Int32, Int32, Int32, Nullable<CancellationToken>)
Asynchronously gets an instance of the ScoreContactRuleInfo binding structure.
Public methodRemove
Deletes ScoreContactRuleInfo binding.
Public methodSet
Inserts or updates the info object in the underlying data store.
(Inherited from IInfoProvider<TInfo>.)
Top
See Also