Click or drag to resize

ObjectPropertyHelperGetDataObjectPropertyCollection Method

Creates a list of "version properties" for a collection of property definitions.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<DataObjectVersionProperty> GetDataObjectPropertyCollection(
	IEnumerable<BaseProperty> propertyDefinitions
)

Parameters

propertyDefinitions
Type: System.Collections.GenericIEnumerableBaseProperty

Return Value

Type: ListDataObjectVersionProperty
See Also