Sdílet prostřednictvím


ConstructorBinding Třída

Definice

Definuje vazbu parametrů na CLR ConstructorInfo pro typ entity.

public class ConstructorBinding : Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding
type ConstructorBinding = class
    inherit InstantiationBinding
Public Class ConstructorBinding
Inherits InstantiationBinding
Dědičnost
ConstructorBinding

Poznámky

Další informace a příklady najdete v tématu Typy entit s konstruktory .

Konstruktory

ConstructorBinding(ConstructorInfo, IReadOnlyList<ParameterBinding>)

Vytvoří novou instanci sloupce ConstructorBinding.

Vlastnosti

Constructor

Vázaný ConstructorInfo.

ParameterBindings

Použitá kolekce ParameterBinding instancí.

(Zděděno od InstantiationBinding)
RuntimeType

Typ, který se vytvoří ze stromu výrazů vytvořeného pro tuto vazbu.

Metody

CreateConstructorExpression(ParameterBindingInfo)

Vytvoří objekt NewExpression , který představuje vytvoření instance entity pomocí daného konstruktoru.

With(IReadOnlyList<ParameterBinding>)

Vytvoří kopii, která obsahuje dané vazby parametrů.

With(IReadOnlyList<ParameterBinding>)

Vytvoří kopii, která obsahuje dané vazby parametrů.

(Zděděno od InstantiationBinding)

Platí pro