Click or drag to resize
IModelTryAddEntityToList Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IModel.TryAddEntityToList(ZU.Core.IEntity,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#
bool TryAddEntityToList(
	IEntity IEntityList,
	IEntity IEntityToAdd
)

Parameters

IEntityList
Type: ZU.CoreIEntity

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

IEntityToAdd
Type: ZU.CoreIEntity

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

Return Value

Type: Boolean

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

See Also