IEntityInfoService.GetEntityProperties Method (String, String)

 

Gets the collections of the entity properties.

Namespace:   Microsoft.Activities.Design.Services
Assembly:  Microsoft.Activities.Design.Services (in Microsoft.Activities.Design.Services.dll)

Syntax

IEnumerable<EntityProperty> GetEntityProperties(
    string entityTypeUid,
    string parameter
)
IEnumerable<EntityProperty^>^ GetEntityProperties(
    String^ entityTypeUid,
    String^ parameter
)
abstract GetEntityProperties : 
        entityTypeUid:string *
        parameter:string -> IEnumerable<EntityProperty>
Function GetEntityProperties (
    entityTypeUid As String,
    parameter As String
) As IEnumerable(Of EntityProperty)

Parameters

  • entityTypeUid
    Type: System.String

    The entity type unique identifier properties.

Return Value

Type: System.Collections.Generic.IEnumerable<EntityProperty>

The collections of the entity properties.

See Also

IEntityInfoService Interface
Microsoft.Activities.Design.Services Namespace

Return to top