Click or drag to resize

FormValidForDataObjectType Method

Returns true of the form can be used for the provided type.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool ValidForDataObjectType(
	int dataObjectTypeId
)

Parameters

dataObjectTypeId
Type: SystemInt32

Return Value

Type: Boolean
See Also