SingleResourceCastNode(SingleResourceNode, IEdmStructuredType) Constructeur
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.
Création d’un SingleResourceCastNode avec le nœud source donné et le type donné vers lequel effectuer la conversion.
public SingleResourceCastNode (Microsoft.OData.UriParser.SingleResourceNode source, Microsoft.OData.Edm.IEdmStructuredType structuredType);
new Microsoft.OData.UriParser.SingleResourceCastNode : Microsoft.OData.UriParser.SingleResourceNode * Microsoft.OData.Edm.IEdmStructuredType -> Microsoft.OData.UriParser.SingleResourceCastNode
Public Sub New (source As SingleResourceNode, structuredType As IEdmStructuredType)
Paramètres
- source
- SingleResourceNode
Source SingleValueNode en cours de conversion.
- structuredType
- IEdmStructuredType
Type de destination de la conversion.
Exceptions
Lève une exception si le entityType de l'entrée a la valeur Null.