DependencyInjectionParameterBinding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述來自 EF 內部相依性插入服務的系結,此服務可能或不一定也與 建構函式、Factory 方法或類似的參數相關聯 IServiceProperty 。
public class DependencyInjectionParameterBinding : Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding
type DependencyInjectionParameterBinding = class
inherit ServiceParameterBinding
Public Class DependencyInjectionParameterBinding
Inherits ServiceParameterBinding
- 繼承
- 衍生
備註
如需詳細資訊和範例 ,請參閱使用建構函式的實體類型 。
建構函式
屬性
ConsumedProperties |
這個系結所處理的屬性,因此不需要以其他方式設定。 (繼承來源 ParameterBinding) |
ParameterType |
參數 CLR 類型。 (繼承來源 ParameterBinding) |
ServiceDelegate |
在實體實例上設定 CLR 服務屬性的委派。 |
ServiceDelegate |
在實體實例上設定 CLR 服務屬性的委派。 (繼承來源 ServiceParameterBinding) |
ServiceType |
EF 內部服務 CLR 類型。 (繼承來源 ServiceParameterBinding) |
方法
BindToParameter(Expression, Expression) |
建立運算式樹狀結構,表示從具體化運算式到建構函式、Factory 方法等參數之屬性值的系結。 |
BindToParameter(ParameterBindingInfo) |
建立運算式樹狀結構,表示從具體化運算式到建構函式、Factory 方法等參數之屬性值的系結。 (繼承來源 ServiceParameterBinding) |
With(IPropertyBase[]) |
建立包含指定已取用屬性的複本。 |
With(IPropertyBase[]) |
建立包含指定已取用屬性的複本。 (繼承來源 ParameterBinding) |