Click or drag to resize
ISystemInformationModelGetEntitiesLinkedWithAsEntityViewsAsync Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.ISystemInformationModel.GetEntitiesLinkedWithAsEntityViewsAsync(ZU.Core.IEntity,System.IProgress{System.Tuple{ZU.WPF.Data.Schemas.IEntityView,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#
void GetEntitiesLinkedWithAsEntityViewsAsync(
	IEntity entity,
	IProgress<Tuple<IEntityView, bool>> progress
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.Core.ISystemInformationModel.GetEntitiesLinkedWithAsEntityViewsAsync(ZU.Core.IEntity,System.IProgress{System.Tuple{ZU.WPF.Data.Schemas.IEntityView,System.Boolean}})"]

progress
Type: SystemIProgressTupleIEntityView, Boolean

[Missing <param name="progress"/> documentation for "M:ZU.Core.ISystemInformationModel.GetEntitiesLinkedWithAsEntityViewsAsync(ZU.Core.IEntity,System.IProgress{System.Tuple{ZU.WPF.Data.Schemas.IEntityView,System.Boolean}})"]

See Also