Click or drag to resize
IStorageContextSaveEntity Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Storage.IStorageContext.SaveEntity(ZU.Core.IEntity,ZU.Semantic.Core.SemanticActionKinds,System.Boolean)"]

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 SaveEntity(
	IEntity entity,
	SemanticActionKinds semanticAction,
	bool force
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.Storage.IStorageContext.SaveEntity(ZU.Core.IEntity,ZU.Semantic.Core.SemanticActionKinds,System.Boolean)"]

semanticAction
Type: ZU.Semantic.CoreSemanticActionKinds

[Missing <param name="semanticAction"/> documentation for "M:ZU.Storage.IStorageContext.SaveEntity(ZU.Core.IEntity,ZU.Semantic.Core.SemanticActionKinds,System.Boolean)"]

force
Type: SystemBoolean

[Missing <param name="force"/> documentation for "M:ZU.Storage.IStorageContext.SaveEntity(ZU.Core.IEntity,ZU.Semantic.Core.SemanticActionKinds,System.Boolean)"]

See Also