Click or drag to resize
IStorageProviderUpdateUIdForEntity Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Storage.IStorageProvider.UpdateUIdForEntity(ZU.Core.IEntity,ZU.Semantic.EntityRef)"]

Namespace: ZU.Storage
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#
void UpdateUIdForEntity(
	IEntity entity,
	EntityRef uid
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.Storage.IStorageProvider.UpdateUIdForEntity(ZU.Core.IEntity,ZU.Semantic.EntityRef)"]

uid
Type: ZU.SemanticEntityRef

[Missing <param name="uid"/> documentation for "M:ZU.Storage.IStorageProvider.UpdateUIdForEntity(ZU.Core.IEntity,ZU.Semantic.EntityRef)"]

See Also