Click or drag to resize
IStorageContextLoadEntity Method
Zet Universe

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

Materializes an IEntity object from a given JSON document

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#
IEntity LoadEntity(
	string entityJson
)

Parameters

entityJson
Type: SystemString

[Missing <param name="entityJson"/> documentation for "M:ZU.Storage.IStorageContext.LoadEntity(System.String)"]

Return Value

Type: IEntity

[Missing <returns> documentation for "M:ZU.Storage.IStorageContext.LoadEntity(System.String)"]

See Also