Compartir a través de


ICRMWindowRouter.ReadCachableEntity Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As ICRMWindowRouter
Dim entityName As String
Dim orderedField As String
Dim configurationLinkedTable As String
Dim configurationLinkedId As String
Dim statuscode As Boolean
Dim returnValue As EntityCollection

returnValue = instance.ReadCachableEntity(entityName, orderedField, configurationLinkedTable, configurationLinkedId, statuscode)

Syntax

'Declaration
Function ReadCachableEntity ( _
    entityName As String, _
    <OptionalAttribute> Optional orderedField As String = "msdyusd_order", _
    <OptionalAttribute> Optional configurationLinkedTable As String = "", _
    <OptionalAttribute> Optional configurationLinkedId As String = "", _
    <OptionalAttribute> Optional statuscode As Boolean = True _
) As EntityCollection
EntityCollection ReadCachableEntity (
    string entityName,
    [OptionalAttribute] string orderedField,
    [OptionalAttribute] string configurationLinkedTable,
    [OptionalAttribute] string configurationLinkedId,
    [OptionalAttribute] bool statuscode
)
EntityCollection^ ReadCachableEntity (
    String^ entityName, 
    [OptionalAttribute] String^ orderedField, 
    [OptionalAttribute] String^ configurationLinkedTable, 
    [OptionalAttribute] String^ configurationLinkedId, 
    [OptionalAttribute] bool statuscode
)
EntityCollection ReadCachableEntity (
    String entityName, 
    /** @attribute OptionalAttribute() */ String orderedField, 
    /** @attribute OptionalAttribute() */ String configurationLinkedTable, 
    /** @attribute OptionalAttribute() */ String configurationLinkedId, 
    /** @attribute OptionalAttribute() */ boolean statuscode
)
function ReadCachableEntity (
    entityName : String, 
    orderedField : String, 
    configurationLinkedTable : String, 
    configurationLinkedId : String, 
    statuscode : boolean
) : EntityCollection

Parameters

  • entityName
  • orderedField
  • configurationLinkedTable
  • configurationLinkedId
  • statuscode

Return Value

Returns EntityCollection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ICRMWindowRouter Interface
ICRMWindowRouter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.