Click or drag to resize

DataObjectTypeGetTypeProperties Method

Returns a collection containing the type's properties that match a given property type.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public BaseProperties GetTypeProperties(
	PropertyType propertyType
)

Parameters

propertyType
Type: Omada.OE.ModelPropertyType
Properties of the specified type will be returned.

Return Value

Type: BaseProperties
See Also