Click or drag to resize

ApplicationManagerGetHeaderStructureMeta Method

Get StructureMeta for given BusinessEntity name

Namespace:  Unvired.Kernel.UWP.Core
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public StructureMeta GetHeaderStructureMeta(
	string beName
)

Parameters

beName
Type: SystemString
BusinessEntity name

Return Value

Type: StructureMeta
StructureMeta of this BusinessEntity
See Also