Click or drag to resize
IModelTryAddEntitiesToAppSourceBoundList Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IModel.TryAddEntitiesToAppSourceBoundList(ZU.Core.IEntity,System.Collections.Generic.List{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#
bool TryAddEntitiesToAppSourceBoundList(
	IEntity IEntityList,
	List<IEntity> entitiesToAdd,
	bool isNotInSpace = true
)

Parameters

IEntityList
Type: ZU.CoreIEntity

[Missing <param name="IEntityList"/> documentation for "M:ZU.Core.IModel.TryAddEntitiesToAppSourceBoundList(ZU.Core.IEntity,System.Collections.Generic.List{ZU.Core.IEntity},System.Boolean)"]

entitiesToAdd
Type: System.Collections.GenericListIEntity

[Missing <param name="entitiesToAdd"/> documentation for "M:ZU.Core.IModel.TryAddEntitiesToAppSourceBoundList(ZU.Core.IEntity,System.Collections.Generic.List{ZU.Core.IEntity},System.Boolean)"]

isNotInSpace (Optional)
Type: SystemBoolean

[Missing <param name="isNotInSpace"/> documentation for "M:ZU.Core.IModel.TryAddEntitiesToAppSourceBoundList(ZU.Core.IEntity,System.Collections.Generic.List{ZU.Core.IEntity},System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Core.IModel.TryAddEntitiesToAppSourceBoundList(ZU.Core.IEntity,System.Collections.Generic.List{ZU.Core.IEntity},System.Boolean)"]

See Also