Click or drag to resize
IModelTryGetValue Method
Zet Universe

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

LookupIdIEntity.TryGetValue(string id, out IEntity oldVersion)

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 TryGetValue(
	string id,
	out IEntity oldVersion
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:ZU.Core.IModel.TryGetValue(System.String,ZU.Core.IEntity@)"]

oldVersion
Type: ZU.CoreIEntity

[Missing <param name="oldVersion"/> documentation for "M:ZU.Core.IModel.TryGetValue(System.String,ZU.Core.IEntity@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Core.IModel.TryGetValue(System.String,ZU.Core.IEntity@)"]

See Also