Share via


CalculateRollupFieldResponse.Entity Property

 

Applies To: Dynamics CRM 2015

Gets an entity that contains the attributes relevant to the calculated rollup attribute.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public Entity Entity { get; }
public:
property Entity^ Entity {
    Entity^ get();
}
member Entity : Entity with get
Public ReadOnly Property Entity As Entity

Property Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
An entity that contains the attributes relevant to the calculated rollup attribute.

Remarks

This entity will contain three attributes that are returned in this entity instance.

Attribute Name

Type

Description

<attribute SchemaName>

Depends on the type of attribute.

The rollup attribute value.

<attribute SchemaName>_Date

DateTime

When the rollup was last calculated.

<attribute SchemaName>_State

Int32

The state of the rollup calculation.

See Rollup state values for information on the possible state values.

See Also

CalculateRollupFieldResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright