Click or drag to resize
ISystemInformationModelGetEntityViewFromActivityHistoryItem Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.ISystemInformationModel.GetEntityViewFromActivityHistoryItem(ZU.Core.IUserAction,ZU.Core.IEntity,System.Boolean)"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
IEntityView GetEntityViewFromActivityHistoryItem(
	IUserAction ah,
	IEntity parentEntity,
	bool skipZetUniverse = false
)

Parameters

ah
Type: ZU.CoreIUserAction

[Missing <param name="ah"/> documentation for "M:ZU.Core.ISystemInformationModel.GetEntityViewFromActivityHistoryItem(ZU.Core.IUserAction,ZU.Core.IEntity,System.Boolean)"]

parentEntity
Type: ZU.CoreIEntity

[Missing <param name="parentEntity"/> documentation for "M:ZU.Core.ISystemInformationModel.GetEntityViewFromActivityHistoryItem(ZU.Core.IUserAction,ZU.Core.IEntity,System.Boolean)"]

skipZetUniverse (Optional)
Type: SystemBoolean

[Missing <param name="skipZetUniverse"/> documentation for "M:ZU.Core.ISystemInformationModel.GetEntityViewFromActivityHistoryItem(ZU.Core.IUserAction,ZU.Core.IEntity,System.Boolean)"]

Return Value

Type: IEntityView

[Missing <returns> documentation for "M:ZU.Core.ISystemInformationModel.GetEntityViewFromActivityHistoryItem(ZU.Core.IUserAction,ZU.Core.IEntity,System.Boolean)"]

See Also