Click or drag to resize
IModel.GetEntitiesFromList Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IModel.GetEntitiesFromList(ZU.Core.IEntity)"]

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#
List<IEntity> GetEntitiesFromList(
	IEntity IEntityList
)

Parameters

IEntityList
Type: ZU.Core.IEntity

[Missing <param name="IEntityList"/> documentation for "M:ZU.Core.IModel.GetEntitiesFromList(ZU.Core.IEntity)"]

Return Value

Type: List<IEntity>

[Missing <returns> documentation for "M:ZU.Core.IModel.GetEntitiesFromList(ZU.Core.IEntity)"]

See Also