Compartir a través de


CalculateRollupFieldResponse.Entity Property

Definition

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

public:
 property Microsoft::Xrm::Sdk::Entity ^ Entity { Microsoft::Xrm::Sdk::Entity ^ get(); };
public Microsoft.Xrm.Sdk.Entity Entity { get; }
member this.Entity : Microsoft.Xrm.Sdk.Entity
Public ReadOnly Property Entity As Entity

Property Value

An entity that contains the attributes relevant to the calculated rollup column.

Remarks

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

Attribute Name

Type

Description

Attribute NameTypeDescription
<column SchemaName> Depends on the type of attribute The rollup attribute value.
<column SchemaName>_Date System.DateTime When the rollup was last calculated.
<column SchemaName>_State System.Int32

The state of the rollup calculation.

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

Applies to