Click or drag to resize
ISystemInformationModelTryResolve Method (String, String, IEntity)
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.ISystemInformationModel.TryResolve(System.String,System.String,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 TryResolve(
	string entityId,
	string modelId,
	out IEntity result
)

Parameters

entityId
Type: SystemString

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

modelId
Type: SystemString

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

result
Type: ZU.CoreIEntity

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

Return Value

Type: Boolean

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

See Also