Click or drag to resize
IModelTryGetEntitiesForUri Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IModel.TryGetEntitiesForUri(System.String,System.Collections.Generic.List{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 TryGetEntitiesForUri(
	string uri,
	out List<IEntity> entities
)

Parameters

uri
Type: SystemString

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

entities
Type: System.Collections.GenericListIEntity

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

Return Value

Type: Boolean

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

See Also