public static void Extend(
this Entity entity,
params Entity[] otherEntities
)
Parameters
- entity
- Type: Entity
Сущность. - otherEntities
- Type: Entity
Набор других сущностей, атрибуты которых последовательно переносятся в исходную сущность.
Return Value
Type:
Метод сливает атрибуты нескольких сущностей в одну.
-
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).