Click or drag to resize

ViewBase Constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ViewBase(
	int id,
	AppString name,
	int ownerId,
	ViewOwner viewOwner
)

Parameters

id
Type: SystemInt32
name
Type: Omada.OE.ModelAppString
ownerId
Type: SystemInt32
viewOwner
Type: Omada.OE.ModelViewOwner
See Also