Click or drag to resize

DataObjectControllerGetPropertyValuesT Method (Int32, Int32)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<T> GetPropertyValues<T>(
	int dataObjectId,
	int propertyId
)
where T : Object, IEquatable<T>

Parameters

dataObjectId
Type: SystemInt32
propertyId
Type: SystemInt32

Type Parameters

T

Return Value

Type: ListT
See Also