Click or drag to resize

EntityExtensionsToCleanEntity Method

Копия сущности без значений полей.

Namespace:  PZone.Xrm
Assembly:  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static Entity ToCleanEntity(
	this Entity entity
)

Parameters

entity
Type: Entity
Копируемая сущность.

Return Value

Type: Entity
Метод возвращет копию сущности, у которой указаны только тип и идентификатор.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Entity. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also