EntityExtensions.AssertEntityName Method (Entity, String())

 

Applies To: Dynamics CRM 2015

Verifies that the logical name of an entity is the expected name.

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static void AssertEntityName(
    this Entity entity,
    params string[] expectedEntityName
)
public:
[ExtensionAttribute]
static void AssertEntityName(
    Entity^ entity,
    ... array<String^>^ expectedEntityName
)
static member AssertEntityName : 
        entity:Entity *
        [<ParamArrayAttribute>] expectedEntityName:string[] -> unit
<ExtensionAttribute>
Public Shared Sub AssertEntityName (
    entity As Entity,
    ParamArray expectedEntityName As String()
)

Parameters

See Also

EntityExtensions Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright