Click or drag to resize
IStorageContextAddEntity Method
Zet Universe

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

Materializes and attaches an IEntity object from a given JSON document to an IModel

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#
bool AddEntity(
	string entityJson,
	bool enableNotifications
)

Parameters

entityJson
Type: SystemString

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

enableNotifications
Type: SystemBoolean

[Missing <param name="enableNotifications"/> documentation for "M:ZU.Storage.IStorageContext.AddEntity(System.String,System.Boolean)"]

Return Value

Type: Boolean

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

See Also