Click or drag to resize
IModelLoadEntityJson Method (String, Boolean)
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IModel.LoadEntityJson(System.String,System.Boolean)"]

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 LoadEntityJson(
	string sJson,
	bool enableNotifications
)

Parameters

sJson
Type: SystemString

[Missing <param name="sJson"/> documentation for "M:ZU.Core.IModel.LoadEntityJson(System.String,System.Boolean)"]

enableNotifications
Type: SystemBoolean

[Missing <param name="enableNotifications"/> documentation for "M:ZU.Core.IModel.LoadEntityJson(System.String,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Core.IModel.LoadEntityJson(System.String,System.Boolean)"]

See Also