ExtensionMethods.AddEntityType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AddEntityType(EdmModel, String, String, IEdmEntityType, Boolean, Boolean, Boolean) |
Crée et ajoute un type d’entité au modèle. |
AddEntityType(EdmModel, String, String, IEdmEntityType, Boolean, Boolean) |
Crée et ajoute un type d’entité au modèle. |
AddEntityType(EdmModel, String, String) |
Crée et ajoute un type d’entité au modèle. |
AddEntityType(EdmModel, String, String, IEdmEntityType) |
Crée et ajoute un type d’entité au modèle. |
AddEntityType(EdmModel, String, String, IEdmEntityType, Boolean, Boolean, Boolean)
Crée et ajoute un type d’entité au modèle.
public static Microsoft.OData.Edm.EdmEntityType AddEntityType (this Microsoft.OData.Edm.EdmModel model, string namespaceName, string name, Microsoft.OData.Edm.IEdmEntityType baseType, bool isAbstract, bool isOpen, bool hasStream);
static member AddEntityType : Microsoft.OData.Edm.EdmModel * string * string * Microsoft.OData.Edm.IEdmEntityType * bool * bool * bool -> Microsoft.OData.Edm.EdmEntityType
<Extension()>
Public Function AddEntityType (model As EdmModel, namespaceName As String, name As String, baseType As IEdmEntityType, isAbstract As Boolean, isOpen As Boolean, hasStream As Boolean) As EdmEntityType
Paramètres
- model
- EdmModel
The EdmModel.
- namespaceName
- String
Espace de noms auquel appartient l’entité.
- name
- String
Nom de l’entité.
- baseType
- IEdmEntityType
Type de base de ce type d'entité.
- isAbstract
- Boolean
Désigne une entité qui ne peut pas être instanciée.
- isOpen
- Boolean
Indique si le type est ouvert.
- hasStream
- Boolean
Indique si le type est un type de média.
Retours
Type d’entité créé.
S’applique à
AddEntityType(EdmModel, String, String, IEdmEntityType, Boolean, Boolean)
Crée et ajoute un type d’entité au modèle.
public static Microsoft.OData.Edm.EdmEntityType AddEntityType (this Microsoft.OData.Edm.EdmModel model, string namespaceName, string name, Microsoft.OData.Edm.IEdmEntityType baseType, bool isAbstract, bool isOpen);
static member AddEntityType : Microsoft.OData.Edm.EdmModel * string * string * Microsoft.OData.Edm.IEdmEntityType * bool * bool -> Microsoft.OData.Edm.EdmEntityType
<Extension()>
Public Function AddEntityType (model As EdmModel, namespaceName As String, name As String, baseType As IEdmEntityType, isAbstract As Boolean, isOpen As Boolean) As EdmEntityType
Paramètres
- model
- EdmModel
The EdmModel.
- namespaceName
- String
Espace de noms auquel appartient l’entité.
- name
- String
Nom de l’entité.
- baseType
- IEdmEntityType
Type de base de ce type d'entité.
- isAbstract
- Boolean
Désigne une entité qui ne peut pas être instanciée.
- isOpen
- Boolean
Indique si le type est ouvert.
Retours
Type d’entité créé.
S’applique à
AddEntityType(EdmModel, String, String)
Crée et ajoute un type d’entité au modèle.
public static Microsoft.OData.Edm.EdmEntityType AddEntityType (this Microsoft.OData.Edm.EdmModel model, string namespaceName, string name);
static member AddEntityType : Microsoft.OData.Edm.EdmModel * string * string -> Microsoft.OData.Edm.EdmEntityType
<Extension()>
Public Function AddEntityType (model As EdmModel, namespaceName As String, name As String) As EdmEntityType
Paramètres
- model
- EdmModel
The EdmModel.
- namespaceName
- String
Espace de noms auquel appartient l’entité.
- name
- String
Nom de l’entité.
Retours
Type d’entité créé.
S’applique à
AddEntityType(EdmModel, String, String, IEdmEntityType)
Crée et ajoute un type d’entité au modèle.
public static Microsoft.OData.Edm.EdmEntityType AddEntityType (this Microsoft.OData.Edm.EdmModel model, string namespaceName, string name, Microsoft.OData.Edm.IEdmEntityType baseType);
static member AddEntityType : Microsoft.OData.Edm.EdmModel * string * string * Microsoft.OData.Edm.IEdmEntityType -> Microsoft.OData.Edm.EdmEntityType
<Extension()>
Public Function AddEntityType (model As EdmModel, namespaceName As String, name As String, baseType As IEdmEntityType) As EdmEntityType
Paramètres
- model
- EdmModel
The EdmModel.
- namespaceName
- String
Espace de noms auquel appartient l’entité.
- name
- String
Nom de l’entité.
- baseType
- IEdmEntityType
Type de base de ce type d'entité.
Retours
Type d’entité créé.