Click or drag to resize
IAppManagerRegisterKind Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.Apps.IAppManager.RegisterKind(ZU.Core.Apps.OnEntityOpen,ZU.Core.Apps.AppEntityKindDefinition)"]

Namespace: ZU.Core.Apps
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 RegisterKind(
	OnEntityOpen onEntityOpenDelegate,
	AppEntityKindDefinition appKind
)

Parameters

onEntityOpenDelegate
Type: ZU.Core.AppsOnEntityOpen

[Missing <param name="onEntityOpenDelegate"/> documentation for "M:ZU.Core.Apps.IAppManager.RegisterKind(ZU.Core.Apps.OnEntityOpen,ZU.Core.Apps.AppEntityKindDefinition)"]

appKind
Type: ZU.Core.AppsAppEntityKindDefinition

[Missing <param name="appKind"/> documentation for "M:ZU.Core.Apps.IAppManager.RegisterKind(ZU.Core.Apps.OnEntityOpen,ZU.Core.Apps.AppEntityKindDefinition)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Core.Apps.IAppManager.RegisterKind(ZU.Core.Apps.OnEntityOpen,ZU.Core.Apps.AppEntityKindDefinition)"]

See Also